|
|
@@ -60,7 +60,7 @@ public class ImMsgReceivedServiceImpl implements IImMsgReceivedService {
|
|
|
if(p!=null){
|
|
|
return;
|
|
|
}
|
|
|
- log.info("发送消息:{}", JSONUtil.toJsonStr(msgDTO));
|
|
|
+ log.info("准备发送消息:{}", JSONUtil.toJsonStr(msgDTO));
|
|
|
if(StrUtil.equalsAny(msgDTO.getType(),MsgContentType.DOCTOR_IN,MsgContentType.DOCTOR_OUT)){
|
|
|
}else {
|
|
|
ImMsgReceivedPO receivedPO = new ImMsgReceivedPO();
|
|
|
@@ -81,6 +81,7 @@ public class ImMsgReceivedServiceImpl implements IImMsgReceivedService {
|
|
|
for (String userId : userIds) {
|
|
|
msgDTO.setToUserId(userId);
|
|
|
try {
|
|
|
+ log.info("发送消息:{}", JSONUtil.toJsonStr(msgDTO));
|
|
|
sendMsg(msgDTO);
|
|
|
}catch (Exception e){
|
|
|
}
|