| | |
| | | DailyInspectionStandard standard = dailyInspectionStandardService.getOne(new LambdaQueryWrapper<DailyInspectionStandard>() |
| | | .eq(DailyInspectionStandard::getEquipmentId, equipment.getId()) |
| | | .eq(DailyInspectionStandard::getDelFlag, 0) |
| | | .eq(DailyInspectionStandard::getVersion, "2")); |
| | | .eq(DailyInspectionStandard::getVersionStatus, "2")); |
| | | |
| | | |
| | | |
| | |
| | | if(area != null){ |
| | | mapResult.put("workCenterName",area.getName()); |
| | | } |
| | | mapResult.put("regulations",standard.getDisUda1()); |
| | | |
| | | if(standard != null){ |
| | | mapResult.put("regulations",standard.getDisUda1()); |
| | | } |
| | | mapResult.put("list1",list1); |
| | | mapResult.put("list2",list2); |
| | | mapResult.put("list3",list3); |