From 93bbee8a804b66b57fd16499e83c59c21e7f5abe Mon Sep 17 00:00:00 2001 From: lg <999544862qq.com> Date: 星期四, 29 八月 2024 16:24:14 +0800 Subject: [PATCH] 用户管理 --- WebApi/Gs.User/Service/MenuActionController.cs | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/WebApi/Gs.User/Service/MenuActionController.cs b/WebApi/Gs.User/Service/MenuActionController.cs index 111766a..ab42aa4 100644 --- a/WebApi/Gs.User/Service/MenuActionController.cs +++ b/WebApi/Gs.User/Service/MenuActionController.cs @@ -127,7 +127,6 @@ [RequestMethod(RequestMethods.POST)] public ReturnDto<int?> EditModel([FromBody] MenuAction model) { - string dddd = model.guid.ToString(); Guid? guid = model.guid; Guid? upGuid = model.upGuid; string name = model.name; -- Gitblit v1.9.3