Fixiaobai
2023-09-06 8abe275e36823f1065300af45e1f7a9a68f549a7
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