Commit fd38e3afd8e8a594b89101ba347b50e347c5c3e8
1 parent
03da858af0
Exists in
master
and in
8 other branches
增加
Showing 1 changed file with 2 additions and 2 deletions
platform-data-api/src/main/java/com/lyms/platform/data/service/impl/DataImportTaskServiceImpl.java
View file @
fd38e3a
| ... | ... | @@ -542,9 +542,9 @@ | 
| 542 | 542 | PatientsQuery patientsQuery = new PatientsQuery(); | 
| 543 | 543 | patientsQuery.setYn(YnEnums.YES.getId()); | 
| 544 | 544 | patientsQuery.setIsNull(true); | 
| 545 | - patientsQuery.setNeed("1"); | |
| 545 | +/* patientsQuery.setNeed("1"); | |
| 546 | 546 | patientsQuery.setPage(1); | 
| 547 | - patientsQuery.setLimit(100); | |
| 547 | + patientsQuery.setLimit(100);*/ | |
| 548 | 548 | //每次取50个产妇分配社区 | 
| 549 | 549 | |
| 550 | 550 | Iterator<String> key = map.keySet().iterator(); |