소스 검색

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