cjl
2023-08-16 dfaf7c908dfd78ff95af7848de411ca7d02a3c70
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>