lu
2025-01-16 76281d909e76379c640c068b04119a4d227c1242
DevApp/Gs.DevApp/DevFrm/Sys/Frm_PrintUser.cs
@@ -236,7 +236,7 @@
        private  void getPageList(int curPage)
        {
            var _sbSqlWhere = UtilityHelper.GetSearchWhere(_filterList);
            _sbSqlWhere += " and c.GUID is not null";
            _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());
            var json = JsonConvert.SerializeObject(pgq);