记录人逻辑修改
This commit is contained in:
@@ -204,7 +204,7 @@ public class FlowServiceImpl implements FlowService {
|
||||
|
||||
//获取当前操作人
|
||||
LoginUserInfo operator = CurrentUserHolder.getUser();
|
||||
hyPartnerInterviewDO.setRecorder(operator.getName()+" "+operator.getMobile());
|
||||
hyPartnerInterviewDO.setRecorder(operator.getUserId());
|
||||
hyPartnerInterviewDO.setRecordTime(new Date());
|
||||
hyPartnerInterviewDO.setAuthCode(authCode);
|
||||
hyPartnerInterviewMapper.updateByPrimaryKeySelective(hyPartnerInterviewDO);
|
||||
|
||||
Reference in New Issue
Block a user