ck hace 4 años
padre
commit
5f49a08106
Se han modificado 1 ficheros con 5 adiciones y 3 borrados
  1. 5 3
      app/etl/data_stat_run.py

+ 5 - 3
app/etl/data_stat_run.py

@@ -39,9 +39,11 @@ def hourly():
 
 
 def daily():
-    dt=du.get_n_days(-1)
-    main(dt, dt)
-
+    "往前跑10天"
+    st=du.get_n_days(-10)
+    et=du.get_n_days(-1)
+    do_order(st, et)
+    do_cost(st, et)