This commit is contained in:
cjw 2024-06-20 14:00:16 +08:00
parent 230db55a99
commit 125a8be83e
1 changed files with 2 additions and 2 deletions

View File

@ -94,12 +94,12 @@ public class PortalController extends BaseController {
}
/**
* 查询请填写功能名称列表
* 分页查询目录-专题资源
*/
@SaIgnore
@GetMapping("/resource/catalog/pageList")
public TableDataInfo<SysCatalogResourceVo> pageList(SysCatalogResourceBo bo, PageQuery pageQuery) {
return resourceService.queryPageList(bo, pageQuery);
return resourceService.queryProtalPageList(bo, pageQuery);
}