tangjiang 9 ماه پیش
والد
کامیت
99f41a1bf4
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      src/Hotline.Application/Bigscreen/EnforcementDataScreenRefreshService.cs

+ 0 - 1
src/Hotline.Application/Bigscreen/EnforcementDataScreenRefreshService.cs

@@ -50,7 +50,6 @@ namespace Hotline.Application.Bigscreen
                       s.AreaName,
                       o.CreationTime
                   })
-                  .MergeTable()
                   .OrderByDescending(d => d.CreationTime)
                   .Take(50)
                   .ToListAsync();