|
|
@@ -216,7 +216,7 @@ public class UserOutboundServiceImpl extends BaseMybatisDao<CallLogMapper> imple
|
|
|
try {
|
|
|
// res.sseEmitter.send(callResult);
|
|
|
systemWebSocketHandler.sendMessageToUser(admin.getId(), new TextMessage(callResult));
|
|
|
-// LoggerUtils.debug(getClass(),String.format("通信成功=》%s=%s",callResult,callResultMsg));
|
|
|
+ LoggerUtils.debug(getClass(),String.format("通信成功=》%s=%s",callResult,callResultMsg));
|
|
|
}catch (Exception e ){
|
|
|
LoggerUtils.error(getClass(),"通信失败");
|
|
|
}
|
|
|
@@ -291,11 +291,6 @@ public class UserOutboundServiceImpl extends BaseMybatisDao<CallLogMapper> imple
|
|
|
sumMap.put("name",user.getNickname());
|
|
|
}
|
|
|
Map<String,Object> res = new HashMap();
|
|
|
- List<CallLog> list = (List<CallLog>) page.getList();
|
|
|
- for (CallLog e : list) {
|
|
|
- e.setCallNo(null);
|
|
|
- e.setMobile(null);
|
|
|
- }
|
|
|
res.put("page",page);
|
|
|
res.put("sum",sumMap);
|
|
|
return res;
|