jinpengyong
2023-10-13 bb6856a82a588f05040b0410a9747ae8029bb3be
screen-job/src/main/resources/mapper/HistoryMonthlyMapper.xml
@@ -10,7 +10,7 @@
    </resultMap>
    <insert id="insertHistoryMonthly">
        INSERT INTO history_weekly
        INSERT INTO history_monthly
        VALUES
        <foreach collection="list" item="item" separator=",">
            (#{item.mac},#{item.time},#{item.value})