wxw
7 天以前 bffcad692dacdb875059d8daf7a657ecc29eaf9b
Wms/WMS.BLL/SysServer/PackagServer.cs
@@ -47,7 +47,8 @@
                var data = await PackagRst.GetAllByOrderPage(item, limit, page, out int counts)
                    .Includes(x => x.CreateUserInfo)
                    .Includes(x => x.UpdateUserInfo).ToListAsync();
                count = counts;
                count.Value = counts;
                return data.Select(m => new PackagDto()
                {