Compare commits

..

No commits in common. "f69ce8b757cba464fbc066c4fc6e5c6b78b26ca6" and "71bedb5b5c1bc6f401befd29671a76dc6061f372" have entirely different histories.

1 changed files with 1 additions and 2 deletions

View File

@ -1206,11 +1206,10 @@ 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().OrderBy(x=>x.Sort).ToList(); return result.Where(x=>x.IsShow).Distinct().ToList();
} }
/// <summary> /// <summary>