Commit 2186fc0d7ecf3237adfbfb61d30553a2ce0362c0
1 parent
782608aa63
Exists in
master
and in
1 other branch
修改新电子病历
Showing 1 changed file with 1 additions and 1 deletions
platform-biz-service/src/main/java/com/lyms/platform/permission/service/impl/OrganizationServiceImpl.java
View file @
2186fc0
| ... | ... | @@ -70,7 +70,7 @@ |
| 70 | 70 | Organization organization = null; |
| 71 | 71 | if (getStartUpModel()) { |
| 72 | 72 | OrganizationMapper masterOrganizationMapper = getSlaveMapper(); |
| 73 | - masterOrganizationMapper.getOrganization(id); | |
| 73 | + organization= masterOrganizationMapper.getOrganization(id); | |
| 74 | 74 | } else { |
| 75 | 75 | organization = masterOrganizationMapper.getOrganization(id); |
| 76 | 76 | } |