1.添加手机号和身份证的安全性和保密性
2.添加对应的定时任务
This commit is contained in:
@@ -20,4 +20,6 @@ public interface JobContactMapper extends BaseMapper<JobContact> {
|
||||
int batchInsert(List<JobContact> list);
|
||||
|
||||
List<JobContact> selectByJobIds(@Param("jobIds") List<Long> longs);
|
||||
|
||||
void batchUpdateEncrypt(List<JobContact> list);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user