|
@@ -1,7 +1,7 @@
|
|
|
|
|
|
import threading
|
|
|
from app.api_data.get_order import *
|
|
|
-from app.api_data.get_cost_older import old_cost_hourly
|
|
|
+from app.api_data.get_cost_older import old_cost_hourly,old_cost_daily
|
|
|
from app.etl.sync_to_ck_task import order_sync_ck
|
|
|
|
|
|
def hourly():
|
|
@@ -50,7 +50,7 @@ def daily():
|
|
|
t7 = threading.Thread(target=yueweng,args=(st,et))
|
|
|
t8 = threading.Thread(target=yangguang,args=(st,et))
|
|
|
t9 = threading.Thread(target=youshuge,args=(st,et))
|
|
|
- t10 = threading.Thread(target=old_cost_hourly,args=(st,et))
|
|
|
+ t10 = threading.Thread(target=old_cost_daily,args=(st,et))
|
|
|
t1.start()
|
|
|
t1.join()
|
|
|
t2.start()
|