fix 81320 法规合规评估流程-设计工程师补充立项项目号,在人员信息中没有回显出来

This commit is contained in:
lijiarao
2024-02-01 16:29:32 +08:00
parent 39f1989155
commit ce4221b977
@@ -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);