lizijie
2022-08-31 1f88041780dad4d85bc68bbf4876c80c3fc3b614
src/main/resources/mapper/HistoryMapper.xml
@@ -263,4 +263,11 @@
    <delete id="dropHistoryTable" parameterType="String">
        drop table history_${yearMonthDay}
    </delete>
    <select id="selectLastDataByMac" resultType="com.moral.entity.History">
        select * from history_${yearMonthDay}
        where mac = #{mac}
        order by time desc
        limit 1
    </select>
</mapper>