Commit cd2cccf5518b8907777394d6f350543edebc85bd
1 parent
e6f820cffe
Exists in
master
and in
6 other branches
高危修改
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 @
cd2cccf
... | ... | @@ -1509,7 +1509,7 @@ |
1509 | 1509 | patientsQuery1.setHospitalId(organization.getId() + ""); |
1510 | 1510 | List<Patients> pats = patientsService.queryPatient(patientsQuery1); |
1511 | 1511 | |
1512 | - int batchSize = 5000; | |
1512 | + int batchSize = 1000; | |
1513 | 1513 | int end = 0; |
1514 | 1514 | for (int i = 0; i < pats.size(); i += batchSize) { |
1515 | 1515 | end = (end + batchSize); |