screen-job/src/main/resources/mapper/HistoryAqiMapper.xml | ●●●●● patch | view | raw | blame | history |
screen-job/src/main/resources/mapper/HistoryAqiMapper.xml
@@ -10,10 +10,11 @@ </resultMap> <insert id="insertHistoryAqi"> insert into history_aqi values 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>