huangxiaoqiang
2025-11-17 b07472f884708a6bfdf63d999004bbf0bb5f00a8
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSServer/WIDESEA_StorageBasicServices/Stock/ERPStockInfoService.cs
@@ -26,7 +26,6 @@
            var data = SqlSugarHelper.DBERP.Queryable<WMS_用友库存一览表_ST>()
                .WhereIF(!wheres.IsNullOrEmpty(), wheres)
                .ToPageList(options.Page, options.Rows, ref totalCount);
            new PageGridData<WMS_用友库存一览表_ST>(totalCount, data);
            return new PageGridData<WMS_用友库存一览表_ST>(totalCount, data);
        }
    }