cjl
2023-08-15 224cd3ff175864f6f8ac4bd24468809e73e4115f
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>