ck hace 4 años
padre
commit
36b601c0fd
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      dgp/tests/get_order_dairly_wending.py

+ 2 - 0
dgp/tests/get_order_dairly_wending.py

@@ -233,6 +233,8 @@ def start_order_job_wending(st,et):
 
 
 if __name__ == '__main__':
+    st = date_util.get_n_day(n=-1, is_timestamp=1)
+    et = date_util.get_n_day(n=0, is_timestamp=1)
 
     start_order_job_wending()