From c007f0ca1785db093d48f4846cda82fe8e955765 Mon Sep 17 00:00:00 2001
From: kimi <kimi42345@gmail.com>
Date: 星期三, 27 五月 2020 09:59:29 +0800
Subject: [PATCH] merage

---
 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 1e9f6dc..7e8be8d 100644
--- a/src/main/resources/mapping/MenuMappingMapper.xml
+++ b/src/main/resources/mapping/MenuMappingMapper.xml
@@ -20,7 +20,7 @@
 
     <select id="getMapping" resultType="java.util.Map">
         SELECT
-        m.id,m.code, m.name, system_id as systemId, m.audit as audit, m.desc,
+        m.id,m.code, m.name, 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,

--
Gitblit v1.8.0