From b5636e416a2fe029f96aec6ddfd3489394925b15 Mon Sep 17 00:00:00 2001 From: kimi <kimi42345@gmail.com> Date: 星期二, 24 三月 2020 19:33:53 +0800 Subject: [PATCH] add 数据权限 --- src/main/resources/mapping/MenuMappingMapper.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/mapping/MenuMappingMapper.xml b/src/main/resources/mapping/MenuMappingMapper.xml index cdaaa5b..b6664fc 100644 --- a/src/main/resources/mapping/MenuMappingMapper.xml +++ b/src/main/resources/mapping/MenuMappingMapper.xml @@ -20,8 +20,8 @@ <select id="getMapping" resultType="java.util.Map"> SELECT - m.id,m.code, m.name, u.user_name as userName,system_id as systemId, - sm.data_type as dataType, + m.id,m.code, m.name, u.user_name as userName,system_id as systemId, m.audit as audit, + c2.name as cname1, c2.id as cid1, c1.name as cname2, c1.id as cid2, c.name as cname3, c.id as cid3, start_time as startTime, end_time as endTime, m.create_time as createTime, m.update_time as updateTime, table_name as tableName, sm.name as theme, m.theme_id as themeId, m.charge_id as chargeId -- Gitblit v1.8.0