Commit 4c70a263da4b489bf5f76c96be68428b4759d562
1 parent
aff7eacbcd
Exists in
master
and in
3 other branches
Type
Showing 1 changed file with 2 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BookbuildingFacade.java
View file @
4c70a26
| ... | ... | @@ -1683,8 +1683,9 @@ |
| 1683 | 1683 | if (orgObj != null) { |
| 1684 | 1684 | result.setBookbuildHospital(orgObj.getName()); |
| 1685 | 1685 | result.setHospitalId(String.valueOf(orgObj.getId())); |
| 1686 | + result.setOrgType(orgObj.getType()); | |
| 1686 | 1687 | } |
| 1687 | - result.setOrgType(orgObj.getType()); | |
| 1688 | + | |
| 1688 | 1689 | } |
| 1689 | 1690 | |
| 1690 | 1691 | String comm = "未分配"; |