修改分页条数

master
Cui YongXing 2024-09-08 09:28:57 +08:00
parent 128d031932
commit 80f501fcb3
1 changed files with 1 additions and 1 deletions

View File

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