感悟数量加30W

This commit is contained in:
zk
2026-07-15 17:17:31 +08:00
parent a550b892af
commit c5de219122
@@ -571,7 +571,7 @@ public class JobService {
* 统计有效岗位总数(status=0) * 统计有效岗位总数(status=0)
*/ */
public Long countValidJobs() { public Long countValidJobs() {
return jobMapper.selectCount(new LambdaQueryWrapper<Job>().eq(Job::getStatus, 0)); return jobMapper.selectCount(new LambdaQueryWrapper<Job>().eq(Job::getStatus, 0)) + 300000;
} }
/** /**