Commit c24198dc2373c856c6d70f8b025a5149f81330f5

Authored by jiangjiazhi
1 parent da50f1e0a4

增加权限

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyManagerFacade.java View file @ c24198d
... ... @@ -213,7 +213,7 @@
213 213 babyResult.setMotherName(patients.getMname());
214 214 babyResult.setMotherPhone(patients.getMphone());
215 215 babyResult.setId(patients.getId());
216   - String tips = visitFacade.getFindTips(patients.getId());
  216 + String tips = visitFacade.getFindTips(patients.getId(),Boolean.FALSE);
217 217 babyResult.setVisit(tips);
218 218 babyResult.setVisitStatus(patients.getVisitstatus());
219 219 return babyResult;