Przeglądaj źródła

播放回放修改

gao.qiang 1 rok temu
rodzic
commit
148df25387

+ 1 - 1
vehicle-admin/src/main/java/com/ozs/web/core/util/CameraUtil.java

@@ -686,7 +686,7 @@ ffmpeg -i "concat:1.ts|2.ts" -c copy output.mp4
     }
 
     public static List<Map<String, Object>> getRecordList(String channel, Date startTm, Date endTm) {
-        return filterRecordList(channel, startTm, endTm, filePath, recordUrl + "/profile/");
+        return filterRecordList(channel, startTm, endTm, filePath, recordUrl + "profile/");
     }
 
     public static List<Map<String, Object>> filterRecordList(String channel,