Commit 3cf7b128703e95c7ed272124123ea23475536bea
1 parent
0eb8847e19
Exists in
master
and in
8 other branches
增加退出登录接口
Showing 1 changed file with 1 additions and 1 deletions
platform-biz-patient-service/src/main/java/com/lyms/platform/biz/service/BabyVisitService.java
View file @
3cf7b12
... | ... | @@ -77,7 +77,7 @@ |
77 | 77 | */ |
78 | 78 | public void updateOneBabyVisit(BabyVisitModel babyVisitModel,String id){ |
79 | 79 | Assert.notNull(id, "updateOneBabyVisit id must not be null."); |
80 | - updateOneBabyVisit(babyVisitModel, id); | |
80 | + iBabyVisitDao.updateOneBabyVisit(babyVisitModel, id); | |
81 | 81 | } |
82 | 82 | } |