|  | @@ -423,7 +423,7 @@ public class CameraUtil {
 | 
	
		
			
				|  |  |                      log.info("path======================================" + path.toString());
 | 
	
		
			
				|  |  |                      //查出符合条件的视频文件,删掉
 | 
	
		
			
				|  |  |                      if (!ObjectUtils.isEmpty(path)) {
 | 
	
		
			
				|  |  | -                        String commit = " rm -rf  " + transcribeFilePath + "/" + path.toString() + "/" + formatD + "*";
 | 
	
		
			
				|  |  | +                        String commit = " rm -rf  " + transcribeFilePath + "/" + formatD + "*";
 | 
	
		
			
				|  |  |                          commands.add(commit);
 | 
	
		
			
				|  |  |                      }
 | 
	
		
			
				|  |  |                  }
 |