ck 4 年之前
父节点
当前提交
700e8fa981
共有 1 个文件被更改,包括 1 次插入0 次删除
  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()