Commit 3d86b576bd96cd8e42fece8b0459c540f01070ee
1 parent
37e554fb11
Exists in
master
and in
6 other branches
全部孕妇管理增加按照排序
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/TempFacade.java
View file @
3d86b57
... | ... | @@ -111,7 +111,7 @@ |
111 | 111 | PatientsQuery patientsQuery = new PatientsQuery(); |
112 | 112 | patientsQuery.setCardNo(queryRequest.getCardNo()); |
113 | 113 | patientsQuery.setVcCardNo(queryRequest.getVcCardNo()); |
114 | - patientsQuery.setHospitalId(hospital); | |
114 | +// patientsQuery.setHospitalId(hospital); | |
115 | 115 | patientsQuery.setLastMensesStart(queryRequest.capEnd()); |
116 | 116 | patientsQuery.setLastMensesEnd(queryRequest.capStart()); |
117 | 117 |