fix 81320 法规合规评估流程-设计工程师补充立项项目号,在人员信息中没有回显出来
This commit is contained in:
+1
@@ -693,6 +693,7 @@ public class ProcessProjectStandardService extends ServiceImpl<ProcessProjectSta
|
||||
.collect(Collectors.toList());
|
||||
variables.put(ProcessProjectStandardCommon.DESIGN_ENGINEER_LIST, designEngineerList);
|
||||
variables.put(ProcessProjectStandardCommon.DESIGN_ENGINEER_LIST_SIZE, designEngineerList.size());
|
||||
processHandleService.saveNodeUserLink(processDTO.getProcessInstanceId(), ProcessProjectStandardCommon.SJGCSBCGZLBH, designEngineerList);
|
||||
}else {
|
||||
LambdaQueryWrapper<ProcessProjectStandardTermUser> wrapper1 = new LambdaQueryWrapper<>();
|
||||
wrapper1.eq(ProcessProjectStandardTermUser::getProcessId, businessId);
|
||||
|
||||
Reference in New Issue
Block a user