ck 4 gadi atpakaļ
vecāks
revīzija
663f410ce6
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      data_manage/pitcher_panel.py

+ 1 - 1
data_manage/pitcher_panel.py

@@ -646,7 +646,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,
-            0 expect_profit,
+            inva_cost 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,