diff --git a/src/main/java/com/biutag/supervision/controller/work/NegativeController.java b/src/main/java/com/biutag/supervision/controller/work/NegativeController.java index 26fa25a..f8cd869 100644 --- a/src/main/java/com/biutag/supervision/controller/work/NegativeController.java +++ b/src/main/java/com/biutag/supervision/controller/work/NegativeController.java @@ -212,7 +212,7 @@ public class NegativeController { @PostMapping("export/excel") public Result export(NegativeQueryParam queryParam) { - queryParam.setSize(10000); + queryParam.setSize(100000); queryParam.setCurrent(1); Page page = negativeQueryService.page(queryParam); NegativeTask negativeTask = negativeTaskService.save(page.getRecords().size());