Commit 2b392d3308825e37bb4da80c1f7f6c82fc0c500f
1 parent
dd354a2d3a
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/hospitalapi/qhdfy/QhdfyHisService.java
View file @
2b392d3
... | ... | @@ -132,6 +132,7 @@ |
132 | 132 | patientsQuery.setLimit(1); |
133 | 133 | patientsQuery.setPage(0); |
134 | 134 | patientsQuery.setNeed("y"); |
135 | + patientsQuery.setHospitalId(hospitalId+""); | |
135 | 136 | List<Patients> patientsList = patientsService.queryPatient(patientsQuery); |
136 | 137 | Patients patients = patientsList.get(0); |
137 | 138 | if(null == patients.getLastMenses()){ |