|
@@ -136,9 +136,9 @@ def order_account_text():
|
|
|
db.quchen_text.execute("insert into order_account_text(platform,text) values ('文鼎','{}')".format(i))
|
|
|
|
|
|
|
|
|
-def dw_daily_channel_plus():
|
|
|
+def dw_daily_channel():
|
|
|
"""快照表 每日一更新 t-1"""
|
|
|
- sql="""insert into dw_daily_channel_plus
|
|
|
+ sql="""insert into dw_daily_channel
|
|
|
select
|
|
|
dt,channel,pitcher,stage,platform,book,
|
|
|
order_count,order_user,order_amount,first_order_count,first_order_user,first_order_amount,
|