tangjiang 10 tháng trước cách đây
mục cha
commit
8ab0dc9432

+ 2 - 2
src/Hotline.Application/StatisticalReport/OrderReportApplication.cs

@@ -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,