Commit 63e83f5bc55db7e6a1872d7dba5eace17c2b3782

Authored by jiangjiazhi
1 parent a381ebbc92

座机号 替换的问题

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/CorrectDataFacade.java View file @ 63e83f5
... ... @@ -52,7 +52,7 @@
52 52 List<Patients> patientses = patientsService.queryPatient(patientsQuery1);
53 53  
54 54 if(CollectionUtils.isNotEmpty(patientses)){
55   - int batchSize = 150;
  55 + int batchSize = 400;
56 56 int end = 0;
57 57 CountDownLatch countDownLatch=new CountDownLatch(patientses.size());
58 58 java.util.concurrent.atomic.AtomicLong counter=new AtomicLong();