ck 4 years ago
parent
commit
bcfd3c592a
1 changed files with 2 additions and 2 deletions
  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)
         channel_by_account_daily(i)
         channel_info_daily(i)
-        book_info_daily(i)
+        # book_info_daily(i)
         dw_daily_channel_cost(i)
         dw_order_channel_cost_sync_ck(i)
 
@@ -36,7 +36,7 @@ def main(st,et):
         dw_pitcher_trend()
         dm_pitcher_daily_overview()
     except Exception as e:
-        DingTalkUtils.send("hourlyRun fail!! \n "+e,'18860455786')
+        DingTalkUtils.send("hourlyRun fail!! ",'18860455786')
 
 
 def hourly():