cjl
2023-08-17 8c25ec148726a58ca433f1b98407f79875d50a79
screen-api/src/main/resources/mapper/HistoryHourlyMapper.xml
@@ -75,4 +75,9 @@
        where mac = #{mac}
          and time =#{time}
    </select>
    <insert id="insertHistoryHourly">
        INSERT INTO history_hourly_${timeUnits}
        VALUES (#{mac}, #{time}, #{value}, #{version})
    </insert>
</mapper>