支持按身份证查询推送岗位
This commit is contained in:
@@ -66,4 +66,10 @@ public interface AppNoticeMapper extends BaseMapper<AppNotice>
|
||||
public int deleteNoticeByIds(Long[] noticeIds);
|
||||
|
||||
List<Job> recommend(@Param("jobTitle")String jobTitle,@Param("userId") Long userId);
|
||||
|
||||
/**
|
||||
* 按身份证号查询人才服务系统推送的有效岗位。
|
||||
*/
|
||||
List<Job> recommendByIdNumber(@Param("jobTitle") String jobTitle,
|
||||
@Param("idNumber") String idNumber);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user