Browse Source

Merge branch 'release/yibin' of http://110.188.24.182:10023/Fengwo/hotline into release/yibin

田爽 11 months ago
parent
commit
9e98a1e8ae
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/Hotline.Api/Controllers/Bi/BiOrderController.cs

+ 0 - 1
src/Hotline.Api/Controllers/Bi/BiOrderController.cs

@@ -1091,7 +1091,6 @@ namespace Hotline.Api.Controllers.Bi
                 .WhereIF(IsCenter==true && dto.IsOnlyMy==true,x=>x.VisitOrgCode == dto.OrgCode)
                 .WhereIF(IsCenter==true && dto.IsOnlyMy==null,x=>x.VisitOrgCode.StartsWith(dto.OrgCode))
                 .WhereIF(IsCenter==false,x=>x.VisitOrgCode == dto.OrgCode)
-                .Where(x=>x.VisitOrgCode == dto.OrgCode)
                 .WhereIF(dto.TypeId == 1, x => SqlFunc.JsonField(x.OrgProcessingResults, "Key") == dto.DateValue)
                 .WhereIF(dto.TypeId == 2, x => SqlFunc.JsonField(x.OrgHandledAttitude, "Key") == dto.DateValue)
                 .WhereIF(!string.IsNullOrEmpty(dto.LineNum), x => x.OrderVisit.Order.CallRecord.Gateway == dto.LineNum)