|
@ -2714,6 +2714,6 @@ public class ImService {
|
|
msg.put("content",patientName+",您好!您的复诊已被医生取消");
|
|
msg.put("content",patientName+",您好!您的复诊已被医生取消");
|
|
msg.put("cancleReason",cancleReason);
|
|
msg.put("cancleReason",cancleReason);
|
|
msg.put("cancleContent",cancleContent);
|
|
msg.put("cancleContent",cancleContent);
|
|
return imUtil.sendImMsg(doctor, doctorName, session_id, "35",msg.toString(),"1");
|
|
|
|
|
|
return imUtil.sendImMsg(doctor, doctorName, session_id, "36",msg.toString(),"1");
|
|
}
|
|
}
|
|
}
|
|
}
|