ck 4 years ago
parent
commit
700e8fa981
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/etl/data_stat_hourly.py

+ 1 - 0
app/etl/data_stat_hourly.py

@@ -19,6 +19,7 @@ def do_cost():
 def main():
     do_order()
     do_cost()
+    dw_daily_channel()
 
 if __name__ == '__main__':
     main()