Commit 83d1716cb888f21d6af0a0849c9835bc4fc91b8e
1 parent
163f0ce29b
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/SieveService.java
View file @
83d1716
... | ... | @@ -79,7 +79,7 @@ |
79 | 79 | sieveApplyOrderQuery.setYn(YnEnums.YES.getId()); |
80 | 80 | sieveApplyOrderQuery.setHospitalId(hospitalId); |
81 | 81 | List<SieveApplyOrderModel> list = sieveApplyOrderDao.queryList(sieveApplyOrderQuery.convertToQuery()); |
82 | - if (CollectionUtils.isEmpty(list)) { | |
82 | + if (CollectionUtils.isNotEmpty(list)) { | |
83 | 83 | //做分娩的时候需要删除产筛数据 |
84 | 84 | SieveQuery sieveQuery = new SieveQuery(); |
85 | 85 | sieveQuery.setParentId(parentId); |