Fixiaobai
2023-08-30 6236dc086ca06533acbd7a1d6f45d7b9d0ae38aa
user-server/src/main/resources/mapper/MenuMapper.xml
@@ -7,4 +7,7 @@
        from menu
        where state =1
    </select>
    <select id="getMenuNameAndId" resultType="map">
        select url,id,name from menu where state=1
    </select>
</mapper>