排序修改
parent
d4d70f4cff
commit
24d1277b1c
|
@ -1206,10 +1206,11 @@ namespace IRaCIS.Core.Application.Service
|
||||||
{
|
{
|
||||||
IsShow= lefttrialshow==null? data.IsDefaultChoice : lefttrialshow.IsShow,
|
IsShow= lefttrialshow==null? data.IsDefaultChoice : lefttrialshow.IsShow,
|
||||||
FrontAuditConfigId = data.Id,
|
FrontAuditConfigId = data.Id,
|
||||||
|
data.Sort,
|
||||||
Description = _userInfo.IsEn_Us ? data.Description : data.DescriptionCN
|
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>
|
/// <summary>
|
||||||
|
|
Loading…
Reference in New Issue