Browse Source

去掉花生

ck 4 năm trước cách đây
mục cha
commit
2a12398640
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  1. 0 3
      dgp/tests/get_order_hourly.py

+ 0 - 3
dgp/tests/get_order_hourly.py

@@ -17,11 +17,8 @@ def start_order_job(st,et):
     start = time.time()
 
     account_list_yuewen = db_order_util.get_account_info_list("阅文")
-    account_list_huasheng = db_order_util.get_account_info_list("花生")
     account_list_youshuge = db_order_util.get_account_info_list("悠书阁")
-
     db_order_util.batch_save_order(platform_order_api_util.get_yuewen_order(st,et, account_list_yuewen))
-    db_order_util.batch_save_order(platform_order_api_util.get_huasheng_order(st,et, account_list_huasheng))
     db_order_util.batch_save_order(platform_order_api_util.get_youshuge_order(st,et, account_list_youshuge))
     zd(st,et)
     zzy(st,et)