ck 4 年之前
父节点
当前提交
9ee01b1500
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      data_manage/pitcher_panel.py

+ 1 - 1
data_manage/pitcher_panel.py

@@ -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,