jinpengyong
2021-08-12 e4ebf74baef4faab3fa794c042e2921437525e6e
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>