|
@ -1919,6 +1919,7 @@ public class ImService {
|
|
|
"d.idcard as patientIdcard," +
|
|
|
"d.sex as patientsex," +
|
|
|
"d.photo AS patientphoto, " +
|
|
|
"doctor.name AS doctorName, " +
|
|
|
"doctor.job_title_name AS jobTitleName " +
|
|
|
"FROM wlyy_consult a," +
|
|
|
"wlyy_consult_team b," +
|
|
@ -2055,6 +2056,9 @@ public class ImService {
|
|
|
case "8":
|
|
|
tableName = "muc_messages";
|
|
|
break;
|
|
|
case "15":
|
|
|
tableName = "muc_messages";
|
|
|
break;
|
|
|
case "2":
|
|
|
tableName = "p2p_messages";
|
|
|
break;
|