| 
					
				 | 
			
			
				@ -63,7 +63,7 @@ public class FileUtil { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
							ObjectNode result = fastDFSHelper.upload(in, fileType, ""); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
							in.close(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
							if (result != null) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
								fileUrls += (StringUtils.isEmpty(fileUrls) ? "" : ",") + fastdfs_file_url 
			 | 
		
	
		
			
				 | 
				 | 
			
			
								fileUrls += (StringUtils.isEmpty(fileUrls) ? "" : ",") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
										+ result.get("groupName").toString().replaceAll("\"", "") + "/" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
										+ result.get("remoteFileName").toString().replaceAll("\"", ""); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
								f.delete(); 
			 |