소스 검색

大屏查询受理类型办件分析条件修改

tangjiang 5 일 전
부모
커밋
fbd8ae0517
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Hotline.Api/Controllers/Bigscreen/DataScreenController.cs

+ 1 - 1
src/Hotline.Api/Controllers/Bigscreen/DataScreenController.cs

@@ -196,7 +196,7 @@ namespace Hotline.Api.Controllers.Bigscreen
         {
             EndTime = EndTime.AddDays(1).AddSeconds(-1);
             var list = await _orderRepository.Queryable(false, false, false).Where(x =>
-                    x.StartTime >= StartTime && x.StartTime <= EndTime && x.Status > EOrderStatus.Handling && !string.IsNullOrEmpty(x.AcceptType))
+                    x.StartTime >= StartTime && x.StartTime <= EndTime && x.Status > EOrderStatus.WaitForAccept && !string.IsNullOrEmpty(x.AcceptType))
                 .GroupBy(x => x.AcceptType)
                 .Select(x => new OrderTypeHandleStatisticsDto
                 {