|
|
@ -1407,18 +1407,6 @@ public class TechnicalSpecificationServiceImpl implements TechnicalSpecification |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
// 2025-05-23 CS Sample Closed节点提交时,需校验Production Stage的值必须是"Mass Production" |
|
|
|
|
|
cData.setRoleId(6); |
|
|
|
|
|
controlList = requestManageMapper.getProcessSelect2(cData); |
|
|
|
|
|
if (!controlList.isEmpty()) { |
|
|
|
|
|
if (data.getStage() == null || data.getStage().isEmpty()) { |
|
|
|
|
|
throw new RuntimeException("Production Stage必填!"); |
|
|
|
|
|
} |
|
|
|
|
|
if ("Mass Production".equals(data.getStage())) { |
|
|
|
|
|
throw new RuntimeException("Production Stage的值必须是Mass Production!"); |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
List<MainData> mainData = getMainData(data.getSite(), baseData, changeRequest, engineers, technicians, dccs, cqcs, fais); |
|
|
List<MainData> mainData = getMainData(data.getSite(), baseData, changeRequest, engineers, technicians, dccs, cqcs, fais); |
|
|
paramData.setMainData(mainData); |
|
|
paramData.setMainData(mainData); |
|
|
SubmitRequestParam submitRequestParam = new SubmitRequestParam(); |
|
|
SubmitRequestParam submitRequestParam = new SubmitRequestParam(); |
|
|
|