cjl
2023-07-10 7b03a1d14a165cc6932067e17f1fb30f68fd34a5
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})