|
@@ -7,6 +7,7 @@ using Hotline.Repository.SqlSugar.Extensions;
|
|
|
using Hotline.Settings;
|
|
|
using Hotline.Share.Dtos;
|
|
|
using Hotline.Share.Dtos.CallCenter;
|
|
|
+using Hotline.Share.Dtos.Order;
|
|
|
using Hotline.Share.Enums.CallCenter;
|
|
|
using Hotline.Share.Enums.User;
|
|
|
using Hotline.Share.Requests;
|
|
@@ -113,6 +114,15 @@ public class BiCallController : BaseController
|
|
|
return await _trCallRecordRepositoryEx.GetQueryCalls(dto.StartTime.Value, dto.EndTime.Value);
|
|
|
|
|
|
}
|
|
|
+
|
|
|
+ //[HttpPost()]
|
|
|
+ //[AllowAnonymous]
|
|
|
+ //public async Task<FileStreamResult> ExportCalls([FromBody]ExportExcelDto<BiQueryCallsDto> dto)
|
|
|
+ //{
|
|
|
+
|
|
|
+ //}
|
|
|
+
|
|
|
+
|
|
|
/// <summary>
|
|
|
/// 坐席话务统计分析
|
|
|
/// </summary>
|