zhangdongming 3 years ago
parent
commit
ece29e44c5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Controller/UnicomCombo/UnicomComboTaskController.py

+ 1 - 1
Controller/UnicomCombo/UnicomComboTaskController.py

@@ -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)))