工单详情接口修改

This commit is contained in:
funny 2026-05-13 11:45:23 +08:00
parent 5e27b53712
commit a02aa47b2d
1 changed files with 2 additions and 2 deletions

View File

@ -2016,8 +2016,8 @@ public class QmsIssueTicketControllerService {
} }
// 查询纠正措施 // 查询纠正措施
Long temporaryTypeId = dictionaryItemService.getIdByCode("MeasureType", "TemporaryCorrectiveMeasures"); Long temporaryTypeId = dictionaryItemService.getId("工单解决措施", "临时纠正措施");
Long permanentTypeId = dictionaryItemService.getIdByCode("MeasureType", "PermanentCorrectiveMeasures"); Long permanentTypeId = dictionaryItemService.getId("工单解决措施", "永久纠正措施");
List<QmsInspectionTicketDetailVO.MeasureVO> temporaryMeasures = new ArrayList<>(); List<QmsInspectionTicketDetailVO.MeasureVO> temporaryMeasures = new ArrayList<>();
List<QmsInspectionTicketDetailVO.MeasureVO> permanentMeasures = new ArrayList<>(); List<QmsInspectionTicketDetailVO.MeasureVO> permanentMeasures = new ArrayList<>();