|
@@ -72,7 +72,7 @@ def get_pitcher_panel_overview(pitcher):
|
|
|
last_month_cost,
|
|
|
last_month_amount,
|
|
|
last_month_roi,
|
|
|
- last_month_far_amount,
|
|
|
+ toDecimal32(last_month_far_amount,2),
|
|
|
follow_user
|
|
|
from dm_pitcher_daily_page_total where dt='{du.get_n_days(-1)}'"""
|
|
|
|
|
@@ -123,7 +123,7 @@ def get_channel_overview(channel,start,end):
|
|
|
|
|
|
|
|
|
def get_channel_again_order_trend(channel,date):
|
|
|
- a={'date':'2020-12-01',
|
|
|
+ a=[{'date':'2020-12-01',
|
|
|
'channel':'宝珠书屋',
|
|
|
'book':'熊出没',
|
|
|
'cost':23.23,
|
|
@@ -173,7 +173,7 @@ def get_channel_again_order_trend(channel,date):
|
|
|
'move': 12,
|
|
|
'now': 2134,
|
|
|
'follow_order_rate': 0.12}}
|
|
|
- }
|
|
|
+ }]
|
|
|
return a
|
|
|
|
|
|
def get_channel_active(channel,start,end):
|