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