重新评审账号增加正则表达式
This commit is contained in:
@ -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));
|
||||
|
Reference in New Issue
Block a user