裁判查询修改
continuous-integration/drone/push Build is passing Details

Uat_IRC_Net10
he 2026-08-20 09:33:04 +08:00
parent 0af6919b5a
commit b31178c0c0
1 changed files with 1 additions and 1 deletions

View File

@ -339,7 +339,7 @@ namespace IRaCIS.Core.Application.Service
.WhereIf(!isGetShowQuestion,x=>x.ShowQuestion!= ShowQuestion.Hide) .WhereIf(!isGetShowQuestion,x=>x.ShowQuestion!= ShowQuestion.Hide)
.WhereIf(visitNum == 0, x => x.LimitShow != LimitShow.FollowShow) .WhereIf(visitNum == 0, x => x.LimitShow != LimitShow.FollowShow)
.WhereIf(visitNum != 0, x => x.LimitShow != LimitShow.BaseLineShow) .WhereIf(visitNum != 0, x => x.LimitShow != LimitShow.BaseLineShow)
.Where(x=>x.LimitShow!=LimitShow.ExcludeSomeVisits||x.ExcludeShowVisitList.Contains(visitNum)) .Where(x=>!(x.LimitShow==LimitShow.ExcludeSomeVisits&&x.ExcludeShowVisitList.Contains(visitNum)))
.ToListAsync(); .ToListAsync();