Commit 78c7585634045531732ae15bc4bbf8933d189c7a
1 parent
bdd368c855
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 @
78c7585
| ... | ... | @@ -175,7 +175,7 @@ | 
| 175 | 175 | sieveApplyOrderQuery.setParentId(sieveModel.getParentId()); | 
| 176 | 176 | sieveApplyOrderQuery.setYn(YnEnums.YES.getId()); | 
| 177 | 177 | List list1 = sieveApplyOrderDao.queryList(sieveApplyOrderQuery.convertToQuery()); | 
| 178 | - if (CollectionUtils.isEmpty(list1)) { | |
| 178 | + if (CollectionUtils.isEmpty(list1)&&StringUtils.isEmpty(sieveModel.getCsRemarkTypeId())) { | |
| 179 | 179 | sieveModel.setYn(YnEnums.NO.getId()); | 
| 180 | 180 | sieveDao.updateChanQianSieve(sieveModel); | 
| 181 | 181 | } |