From 5beb4131258ed81e3ddd560bc0feae79dc8db625 Mon Sep 17 00:00:00 2001 From: wendy <408182087@qq.com> Date: Thu, 1 Aug 2024 13:53:17 +0800 Subject: [PATCH] =?UTF-8?q?20240801=20NCR=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SGGL/FineUIPro.Web/CQMS/Comprehensive/NCRManagement.aspx.cs | 2 +- SGGL/FineUIPro.Web/FineUIPro.Web.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SGGL/FineUIPro.Web/CQMS/Comprehensive/NCRManagement.aspx.cs b/SGGL/FineUIPro.Web/CQMS/Comprehensive/NCRManagement.aspx.cs index beaaf315..6d5b0218 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.RemarkCode); + lists = lists.OrderBy(x => x.IssuedDate); if (lists != null) { string projectName = BLL.ProjectService.GetShortNameByProjectId(this.CurrUser.LoginProjectId); diff --git a/SGGL/FineUIPro.Web/FineUIPro.Web.csproj b/SGGL/FineUIPro.Web/FineUIPro.Web.csproj index cac89b50..19932390 100644 --- a/SGGL/FineUIPro.Web/FineUIPro.Web.csproj +++ b/SGGL/FineUIPro.Web/FineUIPro.Web.csproj @@ -19184,7 +19184,7 @@ - +