Commit 68ddcf6b716984376c3581042ff4984c3e70563e

Authored by liquanyu
1 parent ce9657d24c

产检节点统计

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/TestController.java View file @ 68ddcf6
... ... @@ -376,7 +376,7 @@
376 376 List<PersonModel> personModels = personService.queryPersons(personModelQuery);
377 377 if (CollectionUtils.isNotEmpty(personModels))
378 378 {
379   - int batchSize = 200;
  379 + int batchSize = 500;
380 380 for(int i = 0,end = 0 ; i < personModels.size() ; i += batchSize)
381 381 {
382 382 end += batchSize;