jinpengyong
2021-07-01 caf3b68eaf742784b4b3ca995a34e542d1f91695
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})