wxw
11 小时以前 22428c74e4b57c87a979a8f2f199e0e8e34dbb86
Wms/WMS.BLL/SysServer/UnitServer.cs
@@ -44,7 +44,7 @@
            var data = await UnitRst.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 UnitDto()
            {
                Id = m.Id,