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