给移动端/app/user/resume、pc端/getInfo 接口添加返回企业未处理申请请条数pendCount

This commit is contained in:
sh
2026-05-14 12:55:04 +08:00
parent e8971f2fce
commit 3a6c6638cb
8 changed files with 52 additions and 0 deletions

View File

@@ -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);
}