fix: 81992 年度制修订计划(标准化归档) 流程阻塞
This commit is contained in:
+2
@@ -95,10 +95,12 @@ public class ProcessESAnnualInitEndListener implements ExecutionListener {
|
||||
needValidList.add(esp);
|
||||
}
|
||||
}
|
||||
if (!needValidList.isEmpty()) {
|
||||
List<String> duplicateStandardNumbers = esUtil.verifyEsNumberByPlans(needValidList);
|
||||
if (duplicateStandardNumbers != null && !duplicateStandardNumbers.isEmpty()) {
|
||||
throw new JeroBootException("原企标编号" + String.join(",", duplicateStandardNumbers) + "修订后,与已存在的企标编号重复,请删除后重新提交");
|
||||
}
|
||||
}
|
||||
// 判断修订的新标准号是否有效
|
||||
for (EnterpriseStandardPlan esp : enterpriseStandardPlans) {
|
||||
// 制定生成新企标编号
|
||||
|
||||
+2
@@ -80,10 +80,12 @@ public class ProcessESAnnualReportEndListener implements ExecutionListener {
|
||||
needValidList.add(esp);
|
||||
}
|
||||
}
|
||||
if (!needValidList.isEmpty()) {
|
||||
List<String> duplicateStandardNumbers = esUtil.verifyEsNumberByPlans(needValidList);
|
||||
if (duplicateStandardNumbers != null && !duplicateStandardNumbers.isEmpty()) {
|
||||
throw new JeroBootException("原企标编号" + String.join(",", duplicateStandardNumbers) + "修订后,与已存在的企标编号重复,请删除后重新提交");
|
||||
}
|
||||
}
|
||||
// 判断修订的新标准号是否有效
|
||||
for (EnterpriseStandardPlan esp : enterpriseStandardPlans) {
|
||||
// 制定生成新企标编号
|
||||
|
||||
Reference in New Issue
Block a user