From 8033eea1502d4cb0a91aa4b86c848ccb00ba8dc0 Mon Sep 17 00:00:00 2001
From: kimi <kimi42345@gmail.com>
Date: 星期五, 13 三月 2020 09:31:46 +0800
Subject: [PATCH] no message

---
 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