20240801 NCR排序

This commit is contained in:
2024-08-01 13:53:17 +08:00
parent b308165d8c
commit 5beb413125
2 changed files with 2 additions and 2 deletions
@@ -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);