lu
2025-05-23 a7cec01977a141a92128b01d65b341677cee470a
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