<#include "/apps/service/include/left.html">

历史会话<#if agentServiceList??>(${agentServiceList.totalElements})

<#if agentServiceList?? && agentServiceList.content?? && agentServiceList.content?size gt 0> <#list agentServiceList.content as agentService> <#else>
用户名 接入渠道 服务坐席 咨询时间 服务时间 等待时长 服务时长 地域
${agentService.username!''} ${agentService.channel!''} ${agentService.agentusername!''} <#if agentService.logindate??>${agentService.logindate?string('yyyy-MM-dd HH:mm:ss')} <#if agentService.servicetime??> ${agentService.servicetime?string('yyyy-MM-dd HH:mm:ss')} ${(agentService.waittingtime/(1000*60*60))?string('00')}:${((agentService.waittingtime%(1000*60*60))/(1000*60))?string('00')}:${((agentService.waittingtime%(1000*60))/(1000))?string('00')} ${(agentService.sessiontimes/(1000*60*60))?string('00')}:${((agentService.sessiontimes%(1000*60*60))/(1000*60))?string('00')}:${((agentService.sessiontimes%(1000*60))/(1000))?string('00')} ${agentService.region!''}
还没有历史会话