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