chengsc
2 天以前 2d809c12abe87c21d6090ce6c5b3c75959cf4a2b
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()
                {