cjl
2023-08-12 dbcb7d4d6189f4d0d72e2481ba711b328d4e54a9
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>