This commit is contained in:
he
2022-10-24 14:11:30 +08:00
parent 64a164aa97
commit abd3e5da58
2 changed files with 19 additions and 2 deletions
@@ -269,7 +269,7 @@ namespace IRaCIS.Application.Services
}).ToListAsync();
var criterionDic = criterionDictionList.GroupBy(x => x.Code).ToDictionary(g => g.Key, g => g.OrderBy(t => t.ShowOrder).ToList());
var criterionDic = criterionDictionList.GroupBy(x => x.ParentCode).ToDictionary(g => g.Key, g => g.OrderBy(t => t.ShowOrder).ToList());
foreach (var item in criterionDic)
{