Prechádzať zdrojové kódy

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

Ritchie 1 rok pred
rodič
commit
e934449a7d

+ 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;