Commit aff7eacbcd3bced8b0ea090648c814ba8313d2fb
1 parent
6d80f41328
Exists in
master
and in
3 other branches
orgType
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BookbuildingFacade.java
View file @
aff7eac
... | ... | @@ -1684,7 +1684,7 @@ |
1684 | 1684 | result.setBookbuildHospital(orgObj.getName()); |
1685 | 1685 | result.setHospitalId(String.valueOf(orgObj.getId())); |
1686 | 1686 | } |
1687 | - result.setOrgType(orgObj.getOrgType()); | |
1687 | + result.setOrgType(orgObj.getType()); | |
1688 | 1688 | } |
1689 | 1689 | |
1690 | 1690 | String comm = "未分配"; |