From 2d702ad96a83106ae34c61f8c859061e7d021030 Mon Sep 17 00:00:00 2001 From: wxw <Administrator@DESKTOP-5BIMHQ3> Date: 星期一, 23 六月 2025 16:02:19 +0800 Subject: [PATCH] 处理包装列表、计量单位列表、客户管理列表分页未显示问题 --- Wms/WMS.BLL/SysServer/CustomerServer.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Wms/WMS.BLL/SysServer/CustomerServer.cs b/Wms/WMS.BLL/SysServer/CustomerServer.cs index 4105f4b..0d8783c 100644 --- a/Wms/WMS.BLL/SysServer/CustomerServer.cs +++ b/Wms/WMS.BLL/SysServer/CustomerServer.cs @@ -41,7 +41,7 @@ .Includes(x => x.CreateUserInfo) .Includes(x => x.UpdateUserInfo) .ToListAsync(); - count = counts; + count.Value = counts; return data.Select(m => new CustomerDto() { -- Gitblit v1.8.0