岗位批量上传——添加手机号加密
This commit is contained in:
@@ -1335,6 +1335,8 @@ public class JobServiceImpl extends ServiceImpl<JobMapper,Job> implements IJobSe
|
||||
contact.setJobId(matchedJob.getJobId());
|
||||
contact.setContactPerson(currentName);
|
||||
contact.setContactPersonPhone(currentPhone);
|
||||
//联系人加密
|
||||
QuickValidUtils.savePhoneSm4(contact);
|
||||
contactList.add(contact);
|
||||
|
||||
phoneIndex++;
|
||||
|
||||
Reference in New Issue
Block a user