ci: 增加批量复审提示语
This commit is contained in:
+2
-2
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user