lu
2025-06-07 aef15a6e8acc366ff60e428a347d7f7fe8f9cadc
DevApp/Gs.DevApp/DevFrm/Sys/Frm_PrintUser.cs
@@ -245,7 +245,7 @@
        /// <param name="pageSize">每页几条</param>
        private void getPageList(int curPage)
        {
            var _sbSqlWhere = UtilityHelper.GetSearchWhere(_filterList);
            gcMain.DataSource = null;var _sbSqlWhere = UtilityHelper.GetSearchWhere(_filterList);
            _sbSqlWhere += " and c.GUID is not null  and b.guid is not null";
            var pgq = new PageQueryModel(curPage, this.pageBar1.RowsCount, "c.ACCOUNT",
            "asc", "", _sbSqlWhere.ToString());