qushaowei
2025-06-10 7542603a0f22dd73287556c9ec0df39184091ab0
点检报表增加管理制度
已修改1个文件
9 ■■■■■ 文件已修改
lxzn-module-eam/src/main/java/org/jeecg/modules/eam/controller/InspectionOrderController.java 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
lxzn-module-eam/src/main/java/org/jeecg/modules/eam/controller/InspectionOrderController.java
@@ -720,6 +720,12 @@
         String workCenterId = equipment.getWorkCenterId();
         Area area = areaService.getById(workCenterId);
         DailyInspectionStandard standard = dailyInspectionStandardService.getOne(new LambdaQueryWrapper<DailyInspectionStandard>()
                 .eq(DailyInspectionStandard::getEquipmentId, equipment.getId())
                 .eq(DailyInspectionStandard::getDelFlag, 0)
                 .eq(DailyInspectionStandard::getVersion, "2"));
         List<Map<String, Object>> list1 = this.getInspectionStandars(equipmentNum,"day",dataTime);
         List<Map<String, Object>> list2 = this.getUserQianzi(equipmentNum,"day",dataTime);
@@ -731,9 +737,12 @@
         mapResult.put("equipentNum",equipment.getNum());
         mapResult.put("equipentName",equipment.getName());
         mapResult.put("equipmentModel",equipment.getModel());
         mapResult.put("equipmentModel",equipment.getModel());
         if(area != null){
             mapResult.put("workCenterName",area.getName());
         }
         mapResult.put("regulations",standard.getDisUda1());
         mapResult.put("list1",list1);
         mapResult.put("list2",list2);
         mapResult.put("list3",list3);