Fixiaobai
2023-08-30 3ee72d58c683fc81adab19b58ccfe0f95d1322cb
修改权限
已修改1个文件
2 ■■■ 文件已修改
user-server/src/main/resources/mapper/MenuMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
user-server/src/main/resources/mapper/MenuMapper.xml
@@ -7,7 +7,7 @@
        from menu
        where state = 1
          and id != 39
       and parent_id != 39
        and parent_id != 39
    </select>
    <select id="getMenuNameAndId" resultType="map">
        select url, id, name