|
@@ -208,7 +208,7 @@ def get_channel_again_order_trend(channel,date):
|
|
|
sql=f"""select dt date,
|
|
|
channel,book,pitcher,stage,
|
|
|
cost,
|
|
|
- reg_order_amount,
|
|
|
+ reg_order_amount reg_amount,
|
|
|
round(if(cost=0,0,reg_order_amount/cost),4) roi,
|
|
|
follow_user new_follow,
|
|
|
round(if(follow_user=0,0,cost/follow_user),2) new_follow_per_cost,
|