20240814 修改质量管理制度排序
This commit is contained in:
@@ -224,7 +224,7 @@ namespace FineUIPro.Web.CQMS.QualityPlanning
|
||||
{
|
||||
lists = lists.Where(x => x.FileName.Contains(this.txtFileName.Text.Trim()));
|
||||
}
|
||||
lists = lists.OrderByDescending(x => x.ApprovalDate);
|
||||
lists = lists.OrderBy(x => x.FileCode);
|
||||
if (lists != null)
|
||||
{
|
||||
string projectName = BLL.ProjectService.GetShortNameByProjectId(this.CurrUser.LoginProjectId);
|
||||
|
||||
Reference in New Issue
Block a user