src/main/resources/mapper/HistoryEntityMapper.xml @@ -306,4 +306,7 @@ state </select> <select id="getMacLogByLast" resultType="string"> SELECT mac_log FROM logger ORDER BY time DESC LIMIT 1 </select> </mapper>