Commit bbc7be0a4bee6ec6cb3f0cb82f6cfa0656617afe
1 parent
1392e76274
Exists in
master
and in
1 other branch
孕妇管理查询
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 @
bbc7be0
| ... | ... | @@ -302,7 +302,7 @@ |
| 302 | 302 | public String syncPatNextTime() { |
| 303 | 303 | PatientsQuery patientQuery = new PatientsQuery(); |
| 304 | 304 | patientQuery.setYn(YnEnums.YES.getId()); |
| 305 | - patientQuery.setHospitalId("221"); | |
| 305 | +// patientQuery.setHospitalId("221"); | |
| 306 | 306 | patientQuery.setType(1); |
| 307 | 307 | List<Patients> patientses = patientsService.queryPatient(patientQuery); |
| 308 | 308 | if (CollectionUtils.isNotEmpty(patientses)) |