1.添加确认时保存app用户录用消息
2.添加岗位发布时给收藏此企业用户移动用户新岗位消息
This commit is contained in:
@@ -51,4 +51,11 @@ public interface JobMapper extends BaseMapper<Job>
|
||||
VectorJob selectVectorJob(Long jobId);
|
||||
|
||||
List<AppUser> selectApplyJobUserList(Long jobId);
|
||||
|
||||
/**
|
||||
*查询单条岗位信息
|
||||
* @param jobId
|
||||
* @return
|
||||
*/
|
||||
Job getJobInfo(Long jobId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user