|
@@ -304,6 +304,6 @@ class UnicomComboTaskView(View):
|
|
|
'status': 0, 'type': push_type,
|
|
|
'updated_time': now_time,
|
|
|
'created_time': now_time, 'user_id': ud_info_qs.first()['user_id']}
|
|
|
- UnicomFlowPush.objects.create(push_data)
|
|
|
+ UnicomFlowPush.objects.create(**push_data)
|
|
|
except Exception as e:
|
|
|
logger.info('-->出错了~,errLine:{}, errMsg:{}'.format(e.__traceback__.tb_lineno, repr(e)))
|