Преглед изворни кода

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

Ritchie пре 1 година
родитељ
комит
e934449a7d
1 измењених фајлова са 2 додато и 1 уклоњено
  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;