jinpengyong
2020-11-23 d3c68dd9fec28c76e0bb61879dffaa7b0ec1e690
src/main/resources/mapper/DeviceAdjustValueTimingMapper.xml
@@ -6,4 +6,10 @@
        WHERE device_id = #{device_id}
    </select>
    <!--通过秒数区间查询-->
    <select id="selectDataBySecondSolt" resultType="java.util.Map">
        select * FROM device_adjust_value_timing
        where seconds between #{startTime} and #{endTime}
    </select>
</mapper>