Commit b66c031db213a564632b2c3bf48b7bf4af463cdb
1 parent
bff500a142
Exists in
master
and in
6 other branches
孕妇学校
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientCourseFacade.java
View file @
b66c031
| ... | ... | @@ -162,6 +162,7 @@ |
| 162 | 162 | PatientsQuery patientsQuery = new PatientsQuery(); |
| 163 | 163 | patientsQuery.setYn(YnEnums.YES.getId()); |
| 164 | 164 | patientsQuery.setPvc(queryNo); |
| 165 | + patientsQuery.setHospitalId(hospitalId); | |
| 165 | 166 | List<Patients> patientses = patientsService.queryPatient(patientsQuery); |
| 166 | 167 | if (CollectionUtils.isNotEmpty(patientses)) |
| 167 | 168 | { |