fix: 复审结束自动发起立项变更流程无主起草人报错问题
This commit is contained in:
+2
-1
@@ -183,7 +183,8 @@ public class ProcessEsInitChangeServiceImpl extends ServiceImpl<ProcessEsInitCha
|
||||
LawsEnterpriseStandard es = esService.getOne(esWrapper);
|
||||
String mainDraftUser = es.getMainDraftingUser();
|
||||
if (StrUtil.isBlank(mainDraftUser)) {
|
||||
// TODO 企标主起草人为空,待定
|
||||
log.info("企标编号为{}的主起草人为空,无法自动发起立项变更流程", es.getStandardNumber());
|
||||
return;
|
||||
}
|
||||
// 流程Key
|
||||
String processDefinitionKey = ProcessType.ES_INIT_CHANGE.getProcessKey();
|
||||
|
||||
Reference in New Issue
Block a user