lu
2025-05-12 b945a1a9ec14ce5537da582522d6315b710c5e99
DevApp/Gs.DevApp/DevFrm/QC/JyxmShow.cs
@@ -154,7 +154,7 @@
        {
            gcMain.DataSource = null; 
            var _sbSqlWhere = UtilityHelper.GetSearchWhere(_filterList);
            _sbSqlWhere += "  and q.guid is  null";
            //_sbSqlWhere += "  and q.guid is  null";
            var pgq = new PageQueryModel(curPage, this.pageBar1.RowsCount, "item_no", "asc", "", _sbSqlWhere.ToString(), strType);
            var json = JsonConvert.SerializeObject(pgq);
            try