20250303
This commit is contained in:
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);
|
||||
|
|
Loading…
Reference in New Issue