|
@@ -158,7 +158,7 @@ def get_channel_again_order_trend(channel,date,pitcher):
|
|
|
# return []
|
|
|
|
|
|
sql=f"""select toString(dt) date,
|
|
|
- channel,book,
|
|
|
+ channel,book,pitcher,stage,
|
|
|
toDecimal32(cost,2),
|
|
|
toDecimal32(reg_order_amount,2),
|
|
|
toDecimal32(if(cost=0,0,reg_order_amount/cost),4) roi,
|