screen-job/src/main/resources/mapper/HistoryAqiMapper.xml | ●●●●● patch | view | raw | blame | history |
screen-job/src/main/resources/mapper/HistoryAqiMapper.xml
@@ -10,8 +10,7 @@ </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}) </foreach>