Commit dc95741ebbe62f53d995e492bdd6af4ebbd905a1
1 parent
dcc59e63e8
Exists in
master
and in
6 other branches
1
Showing 1 changed file with 2 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyBookbuildingFacade.java
View file @
dc95741
... | ... | @@ -217,9 +217,9 @@ |
217 | 217 | babyQuery.setYn(YnEnums.YES.getId()); |
218 | 218 | |
219 | 219 | //在区域组的时候不用查询隐藏档案 |
220 | - if (null != groupsFacade.findByCurrentUserId(autoMatchFacade.getHospitalId(userId))) { | |
220 | + /* if (null != groupsFacade.findByCurrentUserId(autoMatchFacade.getHospitalId(userId))) { | |
221 | 221 | babyQuery.setExtEnable(false); |
222 | - } | |
222 | + }*/ | |
223 | 223 | |
224 | 224 | //查询建档记录 得到pid 通过pid查询所有的儿童建档记录 |
225 | 225 | List<BabyModel> builds = babyBookbuildingService.queryBabyBuildByCond(babyQuery); |