master
parent
f0e5dda619
commit
67f404a10f
|
|
@ -33,7 +33,10 @@
|
||||||
ORDER BY a.id
|
ORDER BY a.id
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="selectUserMenu" resultType="com.njzscloud.dispose.sys.auth.pojo.result.MenuResource">
|
<resultMap id="selectUserMenuMap" autoMapping="true" type="com.njzscloud.dispose.sys.auth.pojo.result.MenuResource">
|
||||||
|
<result column="breadcrumb" property="breadcrumb" typeHandler="com.njzscloud.common.mp.support.handler.j.JsonTypeHandler"/>
|
||||||
|
</resultMap>
|
||||||
|
<select id="selectUserMenu" resultMap="selectUserMenuMap">
|
||||||
SELECT DISTINCT a.id,
|
SELECT DISTINCT a.id,
|
||||||
a.sn,
|
a.sn,
|
||||||
a.pid,
|
a.pid,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue