瀏覽代碼

定时统计联通流量

peng 2 年之前
父節點
當前提交
7ab3b172db
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Controller/Cron/CronTaskController.py

+ 1 - 0
Controller/Cron/CronTaskController.py

@@ -1262,6 +1262,7 @@ class CronCollectDataView(View):
         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.start()
             return response.json(0)
         except Exception as e:
             return response.json(500, repr(e))