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

This commit is contained in:
he
2025-06-04 16:00:32 +08:00
parent ccff36507f
commit 1952a108a9
@@ -1164,7 +1164,7 @@ namespace IRaCIS.Core.Application.Service
DictionaryValue = _userInfo.IsEn_Us ? dic.Value : dic.ValueCN,
}).ToListAsync();
var result = allfront.Where(x => x.IsShow).ToList();
var result = allfront.Where(x => x.IsShow && x.ParentId!=null).ToList();
FindParent(result, result.Select(x => x.ParentId).ToList());
void FindParent(List<ModuleTypeData> re, List<Guid?> Parentids)
{