From 1ec5349a96fb4aa360916030cc921dd56996ad65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=B7=B3?= Date: Tue, 8 Nov 2022 21:02:50 +0800 Subject: [PATCH] 1108 --- .../Controllers/System/MenuController.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/Controllers/System/MenuController.cs b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/Controllers/System/MenuController.cs index 0040af29..6ca19e0c 100644 --- a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/Controllers/System/MenuController.cs +++ b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/Controllers/System/MenuController.cs @@ -35,6 +35,7 @@ namespace Yi.Framework.ApiMicroservice.Controllers /// /// [HttpGet] + [Permission("system:menu:query")] public async Task SelctGetList([FromQuery] MenuEntity menu) { return Result.Success().SetData(await _iMenuService.SelctGetList(menu));