|
@@ -641,7 +641,7 @@ def get_pitcher_trend(pitcher,start=None,end=None,page=None,page_size=None,order
|
|
|
d30 reg_amount30,
|
|
|
round(d30/cost,4) roi30,
|
|
|
reg_amount-cost profit,
|
|
|
- inva_cost expect_profit,
|
|
|
+ 0 expect_profit,
|
|
|
CONCAT(d1,",",0,',',round(d1/cost,4)) d1,
|
|
|
CONCAT(d2-d1,",",round((d2-d1)/cost,4),',',round(d2/cost,4)) d2,
|
|
|
CONCAT(d3-d2,",",round((d3-d2)/cost,4),',',round(d3/cost,4)) d3,
|