@@ -1261,7 +1261,7 @@ class CronCollectDataView(View):
def collect_flow_info(response):
try:
unicom_qs = UnicomComboOrderInfo.objects.filter(combo__combo_type__in=[0, 1, 2]).values('iccid')
- asy = threading.Thread(target=CronCollectDataView.thread_collect_flow, args=(unicom_qs))
+ asy = threading.Thread(target=CronCollectDataView.thread_collect_flow, args=(unicom_qs,))
asy.start()
return response.json(0)
except Exception as e: