jinpengyong
2021-08-10 3287db59c29dff93993f2bcfc02d3ad0b08c7d97
screen-manage/src/main/resources/mapper/HistoryHourlyMapper.xml
@@ -10,8 +10,9 @@
        <result column="version" property="version"/>
    </resultMap>
    <insert id="insertHistoryHourlyUnAdjust">
        INSERT INTO history_hourly_${timeUnits} VALUES (#{mac}, #{time}, #{value}, #{version})
    <insert id="insertHistoryHourly">
        INSERT INTO history_hourly_${timeUnits}
        VALUES (#{mac}, #{time}, #{value}, #{version})
    </insert>
</mapper>