소스 검색

后台 看板问题修改

chenc 4 년 전
부모
커밋
5cd87b656d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/org/jeecg/modules/appInterface/controller/FbsWorkingStatisticsController.java

+ 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);