Fixiaobai
2023-08-30 3ee72d58c683fc81adab19b58ccfe0f95d1322cb
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