From c9fe2c53364abe0e0e495a1b756267f865159e2e Mon Sep 17 00:00:00 2001
From: chengsc <11752@DESKTOP-DS49RCP>
Date: 星期三, 25 六月 2025 12:17:26 +0800
Subject: [PATCH] Merge branch 'csc'

---
 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