@ -103,7 +103,7 @@ public class ConsultService {
if(patient!=null){
String key2 = "";
if("1".equals(sender_type)){
BasePatientDO tmp = basePatientDao.findById(reciver_id);
BasePatientDO tmp = basePatientDao.findById(sender_id);
key2 = tmp.getName();
}else{
BaseDoctorDO doctorDO = baseDoctorDao.findById(sender_id);