|
@@ -12,14 +12,14 @@ du = DateUtils()
|
|
|
|
|
|
def hourly():
|
|
def hourly():
|
|
t10 = threading.Thread(target=change_data_style_hourly)
|
|
t10 = threading.Thread(target=change_data_style_hourly)
|
|
- t11 = threading.Thread(target=old_cost_hourly)
|
|
|
|
|
|
+ # t11 = threading.Thread(target=old_cost_hourly)
|
|
# t12 = threading.Thread(target=insert_order_data_hourly)
|
|
# t12 = threading.Thread(target=insert_order_data_hourly)
|
|
|
|
|
|
t10.start()
|
|
t10.start()
|
|
t10.join()
|
|
t10.join()
|
|
|
|
|
|
- t11.start()
|
|
|
|
- t11.join()
|
|
|
|
|
|
+ # t11.start()
|
|
|
|
+ # t11.join()
|
|
|
|
|
|
# t12.start()
|
|
# t12.start()
|
|
# t12.join()
|
|
# t12.join()
|