From 2893347bf72477c4d108e8589a0f61e3e97a990c Mon Sep 17 00:00:00 2001 From: kimi <kimi42345@gmail.com> Date: 星期三, 27 五月 2020 09:56:56 +0800 Subject: [PATCH] bak 更新后 --- 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 7e8be8d..1e9f6dc 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.id,m.code, m.name, system_id as systemId, m.audit as audit, m.desc, 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