Commit de639d30fe1ccc2579533f652cbac736155dfd0e
1 parent
d6133a94a2
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/MeasureInfoFacade.java
View file @
de639d3
... | ... | @@ -881,6 +881,7 @@ |
881 | 881 | if (!patientWeight.getPatientId().equals(pat.getId())) |
882 | 882 | { |
883 | 883 | PatientsQuery patientsQuery1 = new PatientsQuery(); |
884 | + patientsQuery1.setType(1); | |
884 | 885 | patientsQuery1.setId(patientWeight.getPatientId()); |
885 | 886 | List<Patients> pes = patientsService.queryPatient(patientsQuery1); |
886 | 887 | if (CollectionUtils.isNotEmpty(pes)) |