chengsc
6 天以前 2d809c12abe87c21d6090ce6c5b3c75959cf4a2b
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,