|
@@ -221,7 +221,7 @@ namespace Hotline.Application.StatisticalReport
|
|
|
})
|
|
|
.MergeTable()
|
|
|
.WhereIF(IsCenter == false, it => it.OrgCode.StartsWith(_sessionContext.RequiredOrgId))
|
|
|
- .GroupBy(d => new { d.OrgCode, d.Id, d.Status })
|
|
|
+ .GroupBy(d => new { d.OrgCode})
|
|
|
.Select(d => new DepartmentalProcessingStatisticsDataDto
|
|
|
{
|
|
|
OrgCode = d.OrgCode,
|
|
@@ -544,7 +544,7 @@ namespace Hotline.Application.StatisticalReport
|
|
|
o.Id
|
|
|
})
|
|
|
.MergeTable()
|
|
|
- .GroupBy(d => new { d.OrgCode, d.Id, d.Status })
|
|
|
+ .GroupBy(d => new { d.OrgCode })
|
|
|
.Select(d => new DepartmentalProcessingStatisticsDataDto
|
|
|
{
|
|
|
OrgCode = d.OrgCode,
|