添加分类字典的权限按钮控制

This commit is contained in:
zer0Black
2023-07-29 11:04:06 +08:00
parent f0e2f52050
commit a38c5a2c7d
2 changed files with 11 additions and 11 deletions
@@ -68,10 +68,8 @@ public class SysCategoryController {
}
Results<IPage<SysCategory>> result = new Results<>();
//--author:os_chengtgen---date:20190804 -----for: 分类字典页面显示错误,issues:377--------start
QueryWrapper<SysCategory> queryWrapper = new QueryWrapper<>();
queryWrapper.eq("pid", sysCategory.getPid());
//--author:os_chengtgen---date:20190804 -----for: 分类字典页面显示错误,issues:377--------end
Page<SysCategory> page = new Page<>(pageNo, pageSize);
IPage<SysCategory> pageList = sysCategoryService.page(page, queryWrapper);