设置权限查询按钮类型;

This commit is contained in:
王奎兴
2026-03-25 14:21:37 +08:00
parent cece439e0f
commit 19c87ed20e
@@ -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>