修改分页条数

master
Cui YongXing 2024-09-09 15:01:35 +08:00
parent 7de145c1bd
commit 713a354e4f
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ import static com.muyu.task.server.thread.OptimizedPrioritizedThreadPool.*;
@Service @Service
public class TaskInfoServiceImpl extends ServiceImpl<TaskInfoMapper, TaskInfo> implements TaskInfoService { public class TaskInfoServiceImpl extends ServiceImpl<TaskInfoMapper, TaskInfo> implements TaskInfoService {
private final Integer PAGE_SIZE = 50000; private final Integer PAGE_SIZE = 30000;
@Resource @Resource
private TaskInfoMapper taskInfoMapper; private TaskInfoMapper taskInfoMapper;