From 6c6fdb4db59a2a2343e43ffd73a07f17b057c4fa Mon Sep 17 00:00:00 2001 From: kimi42345 <kimi42345@outlook.com> Date: 星期二, 17 三月 2020 22:37:43 +0800 Subject: [PATCH] 3/17 添加 请求log --- src/main/resources/mapping/MenuMappingMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/mapping/MenuMappingMapper.xml b/src/main/resources/mapping/MenuMappingMapper.xml index beb04ec..b6664fc 100644 --- a/src/main/resources/mapping/MenuMappingMapper.xml +++ b/src/main/resources/mapping/MenuMappingMapper.xml @@ -21,7 +21,7 @@ <select id="getMapping" resultType="java.util.Map"> SELECT m.id,m.code, m.name, u.user_name as userName,system_id as systemId, m.audit as audit, - sm.data_type as dataType, + 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