排序修改
parent
d4d70f4cff
commit
24d1277b1c
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue