ci: 增加批量复审提示语

This commit is contained in:
2024-09-25 07:35:43 +08:00
parent ef5d43e7f8
commit abfc315f4c
@@ -368,8 +368,8 @@ public class ProcessEsRecheckServiceImpl extends ServiceImpl<ProcessEsRecheckMap
.like(ProcessAll::getPrcName, recheckPlan.getStandardNo())
.ne(ProcessAll::getPrcStatus, ProcessStatusEnum.WITHDRAWN.getValue()));
if (!processAlls.isEmpty()) {
log.error("企标编号为{}的企标已经有复审流程在运行中", standardNo);
throw new JeroBootException("企标编号为" + standardNo + "的企标已经有复审流程在运行中");
log.error("企标编号为{}的企标已经有复审流程在运行中/已完成", standardNo);
throw new JeroBootException("企标编号为" + standardNo + "的企标已经有复审流程在运行中/已完成");
}
// 构建发起流程数据
ESRecheckDataVO esRecheckDataVO = getEsRecheckDataVO(es, standardizationUser, standardEngineer, recheckPlan);