wxw
2025-06-23 2d702ad96a83106ae34c61f8c859061e7d021030
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,