...
|
...
|
@@ -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 >= #{startTime, jdbcType=INTEGER} and create_time < #{endTime, jdbcType=INTEGER} and show_flag = 1
|
|
|
</select>
|
...
|
...
|
|