瀏覽代碼

Merge branch 'dev_dss' of Fengwo/hotline into dev

dengshengshuang 1 年之前
父節點
當前提交
36b4e234e9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Hotline.Api/Controllers/Bigscreen/DataScreenController.cs

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

@@ -422,7 +422,7 @@ namespace Hotline.Api.Controllers.Bigscreen
 
             var list = await _orderRepository.Queryable(false, false, false)
                 .Where(x => x.CreationTime >= StartDate && x.CreationTime <= EndDate)
-                .Where(x=> filterTitle.Any(s=> x.Title.Contains(s)==false ))
+                .Where(x=> filterTitle.Any(s=> x.Title.Contains(s)) == false)
                 .LeftJoin<SystemArea>((it, o) => it.AreaCode.Substring(SqlFunc.MappingColumn<int>("0"), SqlFunc.MappingColumn<int>("6")) == o.Id)
                 .GroupBy((it, o) => new
                 {