修改
continuous-integration/drone/push Build is passing Details

Test_IRC_Net8
he 2025-06-03 13:21:56 +08:00
parent 137b18446c
commit a05cb71e0d
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ namespace IRaCIS.Core.Application.Service.Inspection
}; };
var frontAuditList =await query.ToListAsync(); var frontAuditList =await query.ToListAsync();
var result= frontAuditList.Where(x=>x.ParentId==null).OrderBy(x=>x.Sort).ToList(); var result= frontAuditList.Where(x=>x.ParentId==default(Guid)).OrderBy(x=>x.Sort).ToList();
result.ForEach(x => result.ForEach(x =>
{ {