Commit 93e04aa394dfeab9340c985e0989805616a579d9
1 parent
c183f0fce8
Exists in
master
and in
8 other branches
修改新电子病历
Showing 1 changed file with 1 additions and 1 deletions
platform-biz-service/src/main/java/com/lyms/platform/permission/service/impl/RegionsServiceImpl.java
View file @
93e04aa
... | ... | @@ -81,7 +81,7 @@ |
81 | 81 | if (getStartUpModel()) { |
82 | 82 | RegionsMapper masterPermissionsMapper = getslaveMapper(); |
83 | 83 | if (null != masterPermissionsMapper) { |
84 | - masterPermissionsMapper.queryRegionsCount(query); | |
84 | + return masterPermissionsMapper.queryRegionsCount(query); | |
85 | 85 | } |
86 | 86 | } |
87 | 87 |