ソースを参照

盯盘运营经理

yangzian 3 年 前
コミット
f94f61f2a7

+ 1 - 1
jeecg-boot-material-view/src/main/java/org/jeecg/ctop/material/controller/KuaiShouMaterialStareController.java

@@ -521,7 +521,7 @@ public class KuaiShouMaterialStareController {
 
 
     /**
-     * 运营组列表数据
+     * 运营组列表数据-导出
      * @return
      */
     @GetMapping("/exportOperationGroupData")

+ 1 - 1
jeecg-boot-material-view/src/main/java/org/jeecg/ctop/material/service/impl/MaterialStareServiceImpl.java

@@ -228,7 +228,7 @@ public class MaterialStareServiceImpl implements MaterialStareService {
             DecimalFormat df = new DecimalFormat("#.000");
             resultMap.put("userAverageAccount",new Double(Math.ceil(userAverageAccount)).intValue());
             resultMap.put("userAveragecost",df.format(userAveragecost));
-            resultMap.put("peojectNum",projectNum);
+            resultMap.put("projectNum",projectNum);
         }catch (Exception e){
             e.printStackTrace();
         }