jinpengyong
2022-12-13 987bb808197a0c9d813aa30d273e909a1ff406fb
修改国控站aqi数据问题
1 files modified
3 ■■■■ changed files
screen-job/src/main/resources/mapper/HistoryAqiMapper.xml 3 ●●●● 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>