设置权限查询按钮类型;
This commit is contained in:
@@ -39,7 +39,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
FROM
|
||||
sys_menu a
|
||||
LEFT JOIN organization_menu b ON a.menu_id = b.menu_id and b.del_flag = 1
|
||||
WHERE a.del_flag = 1 and a.menu_type!=3
|
||||
WHERE a.del_flag = 1
|
||||
<if test="menuClient != null">
|
||||
AND a.menu_client = #{menuClient}
|
||||
</if>
|
||||
@@ -90,4 +90,4 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
delete from organization_menu where organization_id = #{values}
|
||||
</delete>
|
||||
|
||||
</mapper>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user