20230629安全质量问题排查新增合计

This commit is contained in:
2023-06-29 16:45:45 +08:00
parent 304d978873
commit c87892eacb
8 changed files with 4019 additions and 24 deletions
+3 -1
View File
@@ -1,5 +1,7 @@
using BLL;
using Model;
using Newtonsoft.Json.Linq;
using NPOI.SS.Formula.Functions;
using System;
using System.Collections.Generic;
using System.Data;
@@ -57,7 +59,7 @@ namespace FineUIPro.Web.DataShow
DataTable tb = SQLHelper.GetDataTableRunText(strSql, parameter);
Grid1.RecordCount = tb.Rows.Count;
Grid1.DataSource = this.GetPagedDataTable(Grid1, tb);
Grid1.DataBind();
Grid1.DataBind();
}
#endregion