修改分页条数

master
Cui YongXing 2024-09-09 14:48:12 +08:00
parent c4138855ef
commit 7de145c1bd
1 changed files with 1 additions and 1 deletions

View File

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