From c99299b7c3aefaa87b21f6c7af01cbeaf2167abb Mon Sep 17 00:00:00 2001 From: wendy <408182087@qq.com> Date: Mon, 3 Mar 2025 11:06:36 +0800 Subject: [PATCH] 20250303 --- SGGL/FineUIPro.Web/CQMS/Comprehensive/NCRManagement.aspx.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SGGL/FineUIPro.Web/CQMS/Comprehensive/NCRManagement.aspx.cs b/SGGL/FineUIPro.Web/CQMS/Comprehensive/NCRManagement.aspx.cs index df6a125a..12c49d5a 100644 --- a/SGGL/FineUIPro.Web/CQMS/Comprehensive/NCRManagement.aspx.cs +++ b/SGGL/FineUIPro.Web/CQMS/Comprehensive/NCRManagement.aspx.cs @@ -358,7 +358,7 @@ namespace FineUIPro.Web.Comprehensive { lists = lists.Where(x => x.NCRCode.Contains(this.txtNCRCode.Text.Trim())); } - lists = lists.OrderBy(x => x.IssuedDate); + lists = lists.OrderBy(x => x.RemarkCode); if (lists != null) { string projectName = BLL.ProjectService.GetShortNameByProjectId(this.CurrUser.LoginProjectId);