Commit a513482e037c0713b710a0bc3b776eea8ad876a3
1 parent
7e06b8a260
Exists in
master
and in
1 other branch
增加是否通知
Showing 1 changed file with 1 additions and 1 deletions
platform-biz-patient-service/src/main/java/com/lyms/platform/biz/service/PatientsService.java
View file @
a513482
... | ... | @@ -127,7 +127,7 @@ |
127 | 127 | List<String> idList = new ArrayList<>(); |
128 | 128 | for (SieveApplyOrderModel orderModel : list) { |
129 | 129 | if (null != orderModel.getParentId()) { |
130 | - Patients patients = iPatientDao.getPatient(orderModel.getId()); | |
130 | + Patients patients = iPatientDao.getPatient(orderModel.getParentId()); | |
131 | 131 | if (null != patients) { |
132 | 132 | SieveModel sieveModel = convertToModel(patients); |
133 | 133 | sieveDao.addChanQianSieve(sieveModel); |