Commit 903beca41a0c1563e40c900084abd1b40ffb83c9
1 parent
25a0306a07
Exists in
master
and in
6 other branches
修改电子病历
Showing 1 changed file with 4 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyCheckFacade.java
View file @
903beca
... | ... | @@ -735,7 +735,10 @@ |
735 | 735 | |
736 | 736 | //表示区域的 |
737 | 737 | if (org.apache.commons.lang.StringUtils.isNotEmpty(groupsFacade.findByCurrentUserId(hospitalId))) { |
738 | - babyQuery.setExtEnable(false); | |
738 | + List list = new ArrayList(); | |
739 | + list.add("1"); | |
740 | + list.add("2"); | |
741 | + babyQuery.setEnableListNot(list); | |
739 | 742 | } |
740 | 743 | |
741 | 744 | List<String> hList = groupsFacade.findGroupHospital(userId, false); |