提交 6e054bd2 编写于 作者: 智布道's avatar 智布道 👁

🐛 解决issue #IZ5D1

上级 9c777ac7
......@@ -35,6 +35,7 @@ public class RestTypeController {
@RequiresPermissions("types")
@PostMapping("/list")
public PageResult list(TypeConditionVO vo) {
vo.setPageSize(Integer.MAX_VALUE);
PageInfo<Type> pageInfo = typeService.findPageBreakByCondition(vo);
return ResultUtil.tablePage(pageInfo);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册