Commit c58e599e41cd9168edd3c2cd72927a74bcf8c4ce

Authored by liquanyu
1 parent 4997989b00

update

Showing 1 changed file with 0 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/MatDeliverFacade.java View file @ c58e599
... ... @@ -238,7 +238,6 @@
238 238 List<Patients> patients = patientsService.queryPatient(patientsQuery);
239 239 if (CollectionUtils.isEmpty(patients))
240 240 {
241   - patientsQuery.setHospitalId(hospitalId);
242 241 patientsQuery.setYn(YnEnums.YES.getId());
243 242 patientsQuery.setId(null);
244 243 patientsQuery.setPid(deliverAddRequest.getPid());