|
@ -1037,7 +1037,8 @@ public class ImService {
|
|
|
evalueContent.put("consultCode",consult);
|
|
|
|
|
|
// returnJson = imUtil.sendIM(consultTeam.getDoctor(), consultTeam.getPatient(), "28", evalueContent.toString());
|
|
|
String response = imUtil.sendTopicIM(consultTeam.getDoctor(), doctor.getName(), consult, "28", evalueContent.toString(),null);
|
|
|
// String response = imUtil.sendTopicIM(consultTeam.getDoctor(), doctor.getName(), consult, "28", evalueContent.toString(),null);
|
|
|
// String response = imUtil.sendImMsg(consultTeam.getDoctor(), doctor.getName(), session_id, "28", evalueContent.toString(),null);
|
|
|
|
|
|
|
|
|
|