感悟数量加30W
This commit is contained in:
@@ -571,7 +571,7 @@ public class JobService {
|
||||
* 统计有效岗位总数(status=0)
|
||||
*/
|
||||
public Long countValidJobs() {
|
||||
return jobMapper.selectCount(new LambdaQueryWrapper<Job>().eq(Job::getStatus, 0));
|
||||
return jobMapper.selectCount(new LambdaQueryWrapper<Job>().eq(Job::getStatus, 0)) + 300000;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user