冉成楼 2026-02-05 11:27:49 +08:00
parent 37649ad4fc
commit 114bbf6823
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ namespace OpenAuth.App
var list = await base.Repository.AsQueryable()
.LeftJoin<SysOrg>((r, o) => r.ReportUnit == o.Id.ToString())
.Where((r, o) => o.CascadeId.Contains(cascadeId))
//.Where((r, o) => o.CascadeId.Contains(cascadeId))
.ToPageListAsync(request.page, request.limit, totalCount);
return new Response<PageInfo<List<MiViolationReport>>>