Ver código fonte

后台 看板问题修改

chenc 4 anos atrás
pai
commit
5cd87b656d

+ 1 - 1
src/main/java/org/jeecg/modules/appInterface/controller/FbsWorkingStatisticsController.java

@@ -706,7 +706,7 @@ public class FbsWorkingStatisticsController {
 		 map.put("materialName",entity.getProduct());
 		 map.put("startDate",entity.getPlannedStartTime());
 		 map.put("endDate",entity.getPlannedEndTime());
-
+		 map.put("plannedQuantity",entity.getPlannedQuantity());
 		 res.setCode("0");
 		 res.setMsg("成功");
 		 res.setData(map);