This commit is contained in:
毕文静 2025-03-03 11:06:36 +08:00
parent 3961a012c6
commit c99299b7c3
1 changed files with 1 additions and 1 deletions

View File

@ -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);