20250303
This commit is contained in:
@@ -358,7 +358,7 @@ namespace FineUIPro.Web.Comprehensive
|
|||||||
{
|
{
|
||||||
lists = lists.Where(x => x.NCRCode.Contains(this.txtNCRCode.Text.Trim()));
|
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)
|
if (lists != null)
|
||||||
{
|
{
|
||||||
string projectName = BLL.ProjectService.GetShortNameByProjectId(this.CurrUser.LoginProjectId);
|
string projectName = BLL.ProjectService.GetShortNameByProjectId(this.CurrUser.LoginProjectId);
|
||||||
|
|||||||
Reference in New Issue
Block a user