记录人逻辑修改

This commit is contained in:
俞扬
2023-06-29 04:14:45 +08:00
parent 4b1e4f892f
commit 16ee83c037

View File

@@ -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);