Uat_Study
parent
ccd53bfdf8
commit
9b2cdee052
|
@ -704,7 +704,7 @@ namespace IRaCIS.Core.Application.Service
|
|||
return null;
|
||||
}
|
||||
var list = await (from u in _frontAuditConfigRepository.Where(x => identificationList.Contains(x.Identification))
|
||||
join p in _frontAuditConfigRepository.Where(x => x.Code != "AuditState" && x.EnumType == "Dictionary" && x.IsEnable) on u.Id equals p.ParentId
|
||||
join p in _frontAuditConfigRepository.Where(x => x.Code != "AuditState" && x.DictionaryCode != "AuditState" && x.EnumType == "Dictionary" && x.IsEnable) on u.Id equals p.ParentId
|
||||
select new
|
||||
{
|
||||
Key = p.Code,
|
||||
|
|
Loading…
Reference in New Issue