cjl
2023-11-07 a3b34f9f092e1aeacfe6bd4c9e80b7464dcd5912
screen-job/src/main/resources/mapper/HistoryAqiMapper.xml
@@ -10,11 +10,11 @@
    </resultMap>
    <insert id="insertHistoryAqi">
        INSERT INTO history_aqi
        INSERT INTO
        history_aqi
        VALUES
        <foreach collection="list" item="item" separator=",">
            (#{item.guid},#{item.time},#{item.value})
        (#{item.guid},#{item.time},#{item.value})
        </foreach>
    </insert>
</mapper>