lizijie
2022-06-14 cb59966a148f601c41e77637be701fda04251d91
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>