设置权限查询按钮类型;

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 FROM
sys_menu a sys_menu a
LEFT JOIN organization_menu b ON a.menu_id = b.menu_id and b.del_flag = 1 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"> <if test="menuClient != null">
AND a.menu_client = #{menuClient} AND a.menu_client = #{menuClient}
</if> </if>