Commit b23064d8 authored by co_dengxiongwen's avatar co_dengxiongwen

菜单接口调整

parent 60b20274
......@@ -38,7 +38,7 @@
LEFT JOIN sys_role_menu srm ON sm.menu_id = srm.menu_id
LEFT JOIN sys_user_role sur ON srm.role_id = sur.role_id
LEFT JOIN sys_user su ON sur.user_id = su.user_id
WHERE sm.status = 0
WHERE sm.status = 0 and sm.type != 2
<if test="userId != null and userId != ''">
AND su.user_id = #{userId}
</if>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment