排序修改

Test_IRC_Net8
he 2025-08-06 09:38:28 +08:00
parent d4d70f4cff
commit 24d1277b1c
1 changed files with 2 additions and 1 deletions

View File

@ -1206,10 +1206,11 @@ namespace IRaCIS.Core.Application.Service
{
IsShow= lefttrialshow==null? data.IsDefaultChoice : lefttrialshow.IsShow,
FrontAuditConfigId = data.Id,
data.Sort,
Description = _userInfo.IsEn_Us ? data.Description : data.DescriptionCN
};
return result.Where(x=>x.IsShow).Distinct().ToList();
return result.Where(x=>x.IsShow).Distinct().OrderBy(x=>x.Sort).ToList();
}
/// <summary>