Authored by mali

鉴定视频优化

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