添加批量插入稽查方法
This commit is contained in:
@@ -36,7 +36,7 @@ namespace IRaCIS.Core.Application.Service
|
||||
{
|
||||
var list =await (from data in _repository.GetQueryable<FrontAuditConfig>().Where(x => x.Identification == item.Identification)
|
||||
join childrenType in _repository.GetQueryable<FrontAuditConfig>() on data.Id equals childrenType.ParentId
|
||||
select childrenType).ToListAsync();
|
||||
select childrenType).OrderBy(x=>x.Sort).ToListAsync();
|
||||
return list;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user