Commit 93a1091f2043e91a5e1022c2a1d58b2c0a6dd388
1 parent
94b4a021f1
Exists in
master
and in
6 other branches
回执单医生ID和name
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ApplyOrderFacade.java
View file @
93a1091
... | ... | @@ -528,6 +528,7 @@ |
528 | 528 | recDoctorMap.put("id",referralApplyOrderModel.getRecDoctor()); |
529 | 529 | Users users = usersService.getUsers(NumberUtils.toInt(referralApplyOrderModel.getRecDoctor())); |
530 | 530 | if (null != users) { |
531 | + recDoctorMap.put("id",users.getId()); | |
531 | 532 | recDoctorMap.put("name",users.getName()); |
532 | 533 | referralApplyOrderResult.setRecDoctor(recDoctorMap); |
533 | 534 | } |