给移动端/app/user/resume、pc端/getInfo 接口添加返回企业未处理申请请条数pendCount
This commit is contained in:
@@ -46,4 +46,6 @@ public interface JobApplyMapper extends BaseMapper<JobApply>
|
||||
public int applyJobCencal(JobApply jobApply);
|
||||
|
||||
int applyCencalCount(@Param("userId") Long userId);
|
||||
|
||||
Integer selectPendCount(JobApply jobApply);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user