修复定时删除过期录像文件时,收藏文件被删除的问题
This commit is contained in:
@@ -91,7 +91,7 @@ public interface CloudRecordServiceMapper {
|
||||
@Select(" <script>" +
|
||||
"select *" +
|
||||
" from wvp_cloud_record " +
|
||||
" where end_time <= #{endTimeStamp} and media_server_id = #{mediaServerId} " +
|
||||
" where collect = false and end_time <= #{endTimeStamp} and media_server_id = #{mediaServerId} " +
|
||||
" </script>")
|
||||
List<CloudRecordItem> queryRecordListForDelete(@Param("endTimeStamp")Long endTimeStamp, String mediaServerId);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user