Commit f91ef4c10f429aa7204ec4577b7a5fb4549501ea
1 parent
51372faa60
Exists in
master
update
Showing 1 changed file with 1 additions and 1 deletions
talkonlineweb/src/main/java/com/lyms/talkonlineweb/controller/PatientController.java
View file @
f91ef4c
... | ... | @@ -569,7 +569,7 @@ |
569 | 569 | Map data = new HashMap(20); |
570 | 570 | data.put("doctorName", doctor.getDname()); |
571 | 571 | data.put("departName", depart.getDname()); |
572 | - | |
572 | + data.put("did", attention.getDid()); | |
573 | 573 | data.put("doctorImage", doctor.getHeadimg()); |
574 | 574 | data.put("hospitalName", depart.getHname()); |
575 | 575 | data.put("hospitalLevel", hospital.getHlevel()); |