lu
2025-05-27 9778339d53c6abbed56e27d1f49c06fa8f569cf2
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