岗位批量上传——添加手机号加密

This commit is contained in:
sh
2026-05-08 11:13:00 +08:00
parent acee728dfe
commit a41b6f6886

View File

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