Explorar el Código

格式化代码,下上版本相同

Aladding hace 6 meses
padre
commit
cf19ba9790

+ 3 - 3
hazard-admin/src/main/java/com/ozs/web/core/util/CameraUtil.java

@@ -439,11 +439,11 @@ ffmpeg -i "concat:1.ts|2.ts" -c copy output.mp4
         	if (!videoFile.exists()) {
         		return;
         	}
-        	validFileList.add(filePath);
         	log.info("file:{}", filePath);
+
+        	validFileList.add(filePath);
         	
-        	argFileTxt.append("file '").append(filePath).append("'")
-        			.append(System.lineSeparator());
+        	argFileTxt.append("file '").append(filePath).append("'").append(System.lineSeparator());
         });
         
         if (!flay) {