Commit 646423d1977a4839dcc3624f7fd3b1be11a6675e
1 parent
35d2649f1e
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/PatientFacade.java
View file @
646423d
... | ... | @@ -2157,7 +2157,7 @@ |
2157 | 2157 | patientsQuery.setVcCardNo(patientQueryRequest.getVcCardNo()); |
2158 | 2158 | |
2159 | 2159 | Patients patients = antenatalExaminationFacade.findOnePatient(patientQueryRequest.getCardNo(), |
2160 | - patientQueryRequest.getVcCardNo(), patientQueryRequest.getId(), groupsFacade.findGroupHospital(userId, false), 1, false, patientQueryRequest.getPid(), false); | |
2160 | + patientQueryRequest.getVcCardNo(), patientQueryRequest.getId(), groupsFacade.findGroupHospital(userId, false), -1, false, patientQueryRequest.getPid(), false); | |
2161 | 2161 | PatientBaseResult patientBaseResult = new PatientBaseResult(); |
2162 | 2162 | if (null != patients) { |
2163 | 2163 | patientBaseResult.convert(patients); |