ck 4 年之前
父節點
當前提交
bcfd3c592a
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      app/etl/data_stat_run.py

+ 2 - 2
app/etl/data_stat_run.py

@@ -22,7 +22,7 @@ def do_cost(st,et):
         print(i)
         print(i)
         channel_by_account_daily(i)
         channel_by_account_daily(i)
         channel_info_daily(i)
         channel_info_daily(i)
-        book_info_daily(i)
+        # book_info_daily(i)
         dw_daily_channel_cost(i)
         dw_daily_channel_cost(i)
         dw_order_channel_cost_sync_ck(i)
         dw_order_channel_cost_sync_ck(i)
 
 
@@ -36,7 +36,7 @@ def main(st,et):
         dw_pitcher_trend()
         dw_pitcher_trend()
         dm_pitcher_daily_overview()
         dm_pitcher_daily_overview()
     except Exception as e:
     except Exception as e:
-        DingTalkUtils.send("hourlyRun fail!! \n "+e,'18860455786')
+        DingTalkUtils.send("hourlyRun fail!! ",'18860455786')
 
 
 
 
 def hourly():
 def hourly():