Commit b932e04966262f71b60a2832217130e68d1ca1f4
1 parent
d74109f4e1
Exists in
master
and in
1 other branch
修改新电子病历
Showing 1 changed file with 2 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ApplyOrderFacade.java
View file @
b932e04
| ... | ... | @@ -491,13 +491,14 @@ |
| 491 | 491 | for (ReferralApplyOrderModel orderModel : orderModels) { |
| 492 | 492 | ApplyOrderOutResult applyOrderResult = new ApplyOrderOutResult(); |
| 493 | 493 | String zhuanchu = orderModel.getOutHospitalId(); |
| 494 | + String zhuanru = orderModel.getTransferredHospital(); | |
| 494 | 495 | Organization zhuanc = organizationService.getOrganization(Integer.valueOf(zhuanchu)); |
| 495 | 496 | String zhuanCName = ""; |
| 496 | 497 | String zhuanRname = ""; |
| 497 | 498 | if (null != zhuanc) { |
| 498 | 499 | zhuanCName = zhuanc.getName(); |
| 499 | 500 | } |
| 500 | - Organization zhuanc1 = organizationService.getOrganization(Integer.valueOf(zhuanchu)); | |
| 501 | + Organization zhuanc1 = organizationService.getOrganization(Integer.valueOf(zhuanru)); | |
| 501 | 502 | if (null != zhuanc1) { |
| 502 | 503 | zhuanRname = zhuanc1.getName(); |
| 503 | 504 | } |