chengsc
2025-06-25 c9fe2c53364abe0e0e495a1b756267f865159e2e
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()
                {