| 
					
				 | 
			
			
				@@ -22,7 +22,7 @@ public class CusFileServiceExt extends FilePathService implements FileServiceExt 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     @Override 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     public InputStream encode(String originalPath, InputStream in) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        logger.info("--------------SEC 附件加密 "+originalPath+"----------------"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        logger.info("--------------SEC附件加密 "+originalPath+"----------------"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 //        InputStream inForSEC = null; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 //        int isEncryption = FileSECUtils.checkFileIsEncryptionRest(in); 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -49,7 +49,7 @@ public class CusFileServiceExt extends FilePathService implements FileServiceExt 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				      */ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     @Override 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     public InputStream decode(String originalPath, InputStream in) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        logger.info("--------------SEC 附件解密 "+originalPath+"----------------"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        logger.info("--------------SEC附件解密 "+originalPath+"----------------"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         InputStream inForSEC = null; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         int isEncryption = FileSECUtils.checkFileIsEncryptionRest(in); 
			 |