@@ -270,7 +270,7 @@
from kws_menu sm
left join kws_menu_rights smr on sm.id = smr.menu_id
where sm.del_flag = 0
- <if test="systemType != 1">
+ <if test="systemType != 1 and clientType != 3">
and smr.del_flag = 0
</if>
<if test="clientType != null">