Authored by mali

鉴定视频优化

... ... @@ -102,7 +102,7 @@
where id = #{id, jdbcType=INTEGER}
</update>
<select id="selectByTime">
<select id="selectByTime" resultMap="BaseResultMap">
select id, order_code, start_time, end_time, camera_code from qiniu_live_record
where create_time &gt;= #{startTime, jdbcType=INTEGER} and create_time &lt; #{endTime, jdbcType=INTEGER} and show_flag = 1
</select>
... ...