#
luxiaotao1123
2024-02-15 3d6a6796bb90da3d87d35625b169c1f9680fae83
zy-asrs-wcs/src/main/resources/mapper/sys/RoleMenuMapper.xml
@@ -5,6 +5,10 @@
    <select id="listMenuByUserId" resultType="com.zy.asrs.wcs.sys.entity.Menu">
        select * from sys_menu
        where 1=1
        <if test="type != null">
            AND type = #{type}
        </if>
        and deleted = 0
        and id in (
            select menu_id from sys_role_menu
            where role_id in (