[RPC 云端录像] 修复时长显示

This commit is contained in:
648540858
2024-12-31 15:13:56 +08:00
parent 08a75d38a8
commit 32e90b2537
4 changed files with 11 additions and 10 deletions

View File

@@ -40,7 +40,7 @@ public interface CloudRecordServiceMapper {
@Select(" <script>" +
"select * " +
" from wvp_cloud_record " +
" where 0 = 0" +
" where 1 = 1" +
" <if test='query != null'> AND (app LIKE concat('%',#{query},'%') escape '/' OR stream LIKE concat('%',#{query},'%') escape '/' )</if> " +
" <if test= 'app != null '> and app=#{app}</if>" +
" <if test= 'stream != null '> and stream=#{stream}</if>" +