Explorar o código

:arrow_up: 增加订单导出总量限制至5k

Ritchie hai 1 ano
pai
achega
e934449a7d
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/main/java/com/szwl/controller/TOrderController.java

+ 2 - 1
src/main/java/com/szwl/controller/TOrderController.java

@@ -1355,7 +1355,8 @@ public class TOrderController {
                               String startDate, String endDate, String companyType, String machineType,
                               long current, long size) throws ParseException {
         current = 1L;
-        size = 1000L;
+//        size = 1000L;
+        size = 5000L;
         SimpleDateFormat simpleDateFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
         Date begin = null;
         Date end = null;