mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-08 22:57:12 +08:00
fix(system/menu): 添加 Operation 描述解决查询树列表日志记录操作内容缺失
This commit is contained in:
@@ -90,6 +90,7 @@ public class MenuController extends BaseController<MenuService, MenuResp, MenuRe
|
||||
}
|
||||
|
||||
@Override
|
||||
@Operation(summary = "查询树列表", description = "查询树列表")
|
||||
public List<Tree<Long>> tree(@Valid MenuQuery query, @Valid SortQuery sortQuery) {
|
||||
if (TenantContextHolder.isTenantEnabled() && !tenantExtensionProperties.isDefaultTenant()) {
|
||||
query.setExcludeMenuIdList(menuService.listExcludeTenantMenu());
|
||||
|
Reference in New Issue
Block a user