From 27a1a4f0bceb5fc8165943df974b6846d5d56f49 Mon Sep 17 00:00:00 2001
From: mg <maokecheng@163.com>
Date: 星期三, 19 十月 2022 14:43:26 +0800
Subject: [PATCH] Merge branch 'master' of http://42.193.1.25:9521/r/sccg_server

---
 ycl-common/src/main/resources/mapper/user/UmsMenuMapper.xml |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/ycl-common/src/main/resources/mapper/user/UmsMenuMapper.xml b/ycl-common/src/main/resources/mapper/user/UmsMenuMapper.xml
index 3d8bac3..af61816 100644
--- a/ycl-common/src/main/resources/mapper/user/UmsMenuMapper.xml
+++ b/ycl-common/src/main/resources/mapper/user/UmsMenuMapper.xml
@@ -62,7 +62,16 @@
         SELECT
             amr.id AS relationId,
             amr.is_start AS isStart,
-            m.*
+            amr.sort,
+            m.id,
+            m.parent_id AS parentId,
+            m.title,
+            m.url,
+            m.`level`,
+            m.description,
+            m.create_time as createTime,
+            m.hidden,
+            m.icon
         FROM
             `ums_admin_menu_relation` AS amr
                 JOIN ums_menu AS m ON amr.menu_id = m.id

--
Gitblit v1.8.0