|
@@ -727,7 +727,8 @@ namespace Hotline.Api.Controllers
|
|
|
}
|
|
|
});
|
|
|
|
|
|
- return new PagedDto<TrCallDto>(total, _mapper.Map<IReadOnlyList<TrCallDto>>(itemsResult));
|
|
|
+ return new PagedDto<TrCallDto>(total, itemsResult);
|
|
|
+ //return new PagedDto<TrCallDto>(total, _mapper.Map<IReadOnlyList<TrCallDto>>(items));
|
|
|
}
|
|
|
|
|
|
/// <summary>
|