Commit 659147a3296ac8ee35f972eb712b9743568201fa
1 parent
e89d64e115
Exists in
master
and in
1 other branch
医生信息
Showing 1 changed file with 1 additions and 1 deletions
talkonlineweb/src/main/java/com/lyms/talkonlineweb/controller/DoctorController.java
View file @
659147a
... | ... | @@ -221,7 +221,7 @@ |
221 | 221 | BaseResponse baseResponse=new BaseResponse(); |
222 | 222 | LymsDoctor doctor2=lymsDoctorService.getOne(Wrappers.query(doctor)); |
223 | 223 | LymsHdepart hdepart=lymsHdepartService.getById(doctor2.getDpid()); |
224 | - doctor2.setDname(hdepart.getDname()); | |
224 | + doctor2.setDdname(hdepart.getDname()); | |
225 | 225 | doctor2.setHname(hdepart.getHname()); |
226 | 226 | Map param=new HashMap(); |
227 | 227 | param.put("vtype",4); |