五环移交管理优化

This commit is contained in:
2025-02-05 15:08:06 +08:00
parent 3f770a7bfc
commit f8ca109223
8 changed files with 35 additions and 26 deletions
@@ -727,7 +727,7 @@ namespace FineUIPro.Web.Transfer.Chart
SqlParameter[] parameter = listStr.ToArray();
DataTable tb = SQLHelper.GetDataTableRunText(strSql.ToString(), parameter);
Grid3.RecordCount = tb.Rows.Count;
var table = this.GetPagedDataTable(Grid1, tb);
var table = this.GetPagedDataTable(Grid3, tb);
Grid3.DataSource = table;
Grid3.DataBind();