Commit 092100d051f68abe12a3635ed4b98603cfde0b17
1 parent
3e322b36e6
Exists in
master
and in
1 other branch
增加是否通知
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java
View file @
092100d
... | ... | @@ -339,7 +339,7 @@ |
339 | 339 | sieveApplyOrderQuery.setYn(YnEnums.YES.getId()); |
340 | 340 | sieveApplyOrderQuery.setParentId(parentId); |
341 | 341 | List<SieveApplyOrderModel> list = applyOrderService.querySieveApplyOrderWithQuery(sieveApplyOrderQuery); |
342 | - if(CollectionUtils.isNotEmpty(list)){ | |
342 | + if(CollectionUtils.isEmpty(list)){ | |
343 | 343 | return "1"; |
344 | 344 | } |
345 | 345 | } |