Fixiaobai
2023-09-01 060fc21c293f3eabcd544602da305e4e83803b42
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