|
@@ -351,7 +351,7 @@ namespace Hotline.Application.Orders
|
|
|
.WhereIF(dto.EndTime.HasValue, x => x.CreationTime <= dto.EndTime)
|
|
|
.WhereIF(!string.IsNullOrEmpty(dto.OrgName), x => x.ApplyOrgName.Equals(dto.OrgName))
|
|
|
.WhereIF(!string.IsNullOrEmpty(dto.CDPN), x => x.Order.CallRecord.CDPN.Contains(dto.CDPN))
|
|
|
- .GroupBy(x => new { x.ApplyOrgId, x.ApplyOrgName })
|
|
|
+ .GroupBy((x,o) => new { x.ApplyOrgId, x.ApplyOrgName,o.OrgType })
|
|
|
.Select((x, o) => new SecondaryHandlingSatisfactionVo()
|
|
|
{
|
|
|
OrgId = x.ApplyOrgId,
|