Commit 185b1b2f71714f783e3bf21087b78e8e60dcdcd6
1 parent
efabfa4383
Exists in
master
and in
6 other branches
bug修复~
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/NewbornServiceImpl.java
View file @
185b1b2
| ... | ... | @@ -265,7 +265,7 @@ |
| 265 | 265 | |
| 266 | 266 | @Override |
| 267 | 267 | public BaseObjectResponse query(Integer userId, String babyId) { |
| 268 | - List<String> hospitalIds = organizationGroupsFacade.findGroupHospital(userId, true); | |
| 268 | + List<String> hospitalIds = organizationGroupsFacade.findGroupHospital(userId, false); | |
| 269 | 269 | if(CollectionUtils.isEmpty(hospitalIds)) { |
| 270 | 270 | return RespBuilder.buildSuccess(); |
| 271 | 271 | } |