@ -104,6 +104,9 @@ public class ConsultService {
String key2 = "";
if("1".equals(sender_type)){
BasePatientDO tmp = basePatientDao.findById(sender_id);
if(tmp==null){
return "";
}
key2 = tmp.getName();
}else{
BaseDoctorDO doctorDO = baseDoctorDao.findById(sender_id);