Commit da50f1e0a456d6e60d04568e8b33b91f89049ac4
1 parent
a29fed85e2
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/PatientFacade.java
View file @
da50f1e
| ... | ... | @@ -121,7 +121,7 @@ |
| 121 | 121 | comm = communityConfig.getName(); |
| 122 | 122 | } |
| 123 | 123 | } |
| 124 | - String tips = visitFacade.getFindTips(model.getId()); | |
| 124 | + String tips = visitFacade.getFindTips(model.getId(),Boolean.TRUE); | |
| 125 | 125 | data.add(result.convertToResult(model, comm, tips)); |
| 126 | 126 | } |
| 127 | 127 | } |