|
@ -1565,6 +1565,7 @@ public class ConsultTeamService extends ConsultService {
|
|
|
throw new RuntimeException("im消息创建异常!" + obj == null ? "" : obj.getString("message"));
|
|
|
}
|
|
|
ct.setStartMsgId(obj.get("start_msg_id").toString());
|
|
|
Thread.sleep(100);//消息发送顺序问题处理
|
|
|
ImUtill.sendTopicIM(doctorTemp.getCode(), doctorTemp.getName(), consult.getCode(), "6", content);
|
|
|
if (StringUtils.isNotBlank(consult.getImages())) {
|
|
|
String imgs[] = consult.getImages().split(",");
|