|
@@ -177,6 +177,7 @@ public class RoleService extends SuperService {
|
|
|
}
|
|
}
|
|
|
Assert.hasText(param.getOid(), "oid为空");
|
|
Assert.hasText(param.getOid(), "oid为空");
|
|
|
Page<Role> page = roleDao.page(pageable, param);
|
|
Page<Role> page = roleDao.page(pageable, param);
|
|
|
|
|
+ param.setIsSortDesc(Boolean.FALSE);
|
|
|
return ResultContent.buildSuccess(PageEntityUtil.concurrent2PageModel(page, this::toModel));
|
|
return ResultContent.buildSuccess(PageEntityUtil.concurrent2PageModel(page, this::toModel));
|
|
|
}
|
|
}
|
|
|
|
|
|