修复了一些可能影响生产的问题
This commit is contained in:
@@ -4,7 +4,8 @@ from django.db import transaction, IntegrityError
|
||||
from django.utils import timezone
|
||||
from .models import DashouBiaoxian
|
||||
|
||||
logger = logging.getLogger('dengji')
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
def record_dashou_biaoxian(dingdan_id, dashou_id, xingwei, **kwargs):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user