@@ -73,7 +73,7 @@ namespace IRaCIS.Core.Application.Service.Inspection
|
||||
};
|
||||
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 =>
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user