重新评审账号增加正则表达式

This commit is contained in:
dxc
2022-01-04 13:47:16 +08:00
parent ff1362c885
commit 6fbf6beee9

View File

@ -268,8 +268,8 @@ public class ProjectReEvaluationServiceImpl extends BaseServiceImpl<ProjectReEva
standardNextParticipants.add(participantVO);
approve.setStandardNextParticipants(standardNextParticipants);
approve.setUndertaker(record.getOwnerContactName());
approve.setUndertakerCode(record.getOwnerContactId());
approve.setUndertaker(loginUserDetailVO.getStaffName());
approve.setUndertakerCode(loginUserDetailVO.getStaffId());
approve.setTelNo(record.getOwnerContactTel());
log.info("访问重新评审流程初始化接口参数:"+ JsonUtils.objectToJson(approve));