|
|
@@ -195,7 +195,7 @@ public class UserOutboundServiceImpl extends BaseMybatisDao<CallLogMapper> imple
|
|
|
pushCountUser(uid);
|
|
|
//需要关闭客户呼叫中
|
|
|
try {
|
|
|
- LoggerUtils.debug(getClass(),String.format("websocket通信成功=》{}",callResultMsg));
|
|
|
+ LoggerUtils.debug(getClass(),String.format("websocket通信成功=》%s",callResultMsg));
|
|
|
systemWebSocketHandler.sendMessageToUser(admin.getId(), new TextMessage(callResultMsg));
|
|
|
}catch (Exception e ){
|
|
|
LoggerUtils.error(getClass(),"websocket通信失败");
|