This commit is contained in:
2025-03-03 11:06:36 +08:00
parent 3961a012c6
commit c99299b7c3
@@ -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);