| 
					
				 | 
			
			
				@@ -117,8 +117,8 @@ public class PayBillSearchListPlugin extends AbstractListPlugin implements Plugi 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				          */ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         String previewUrl = UrlService.getAttachmentPreviewUrl(filepath); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         String downloadUrl = UrlService.getAttachmentDownloadUrl(filepath); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        previewUrl = previewUrl.replace("http://127.0.0.1:8881","https://d-kd.jeyoupharma.com:8022"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        downloadUrl = downloadUrl.replace("http://127.0.0.1:8881","https://d-kd.jeyoupharma.com:8022"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        //previewUrl = previewUrl.replace("http://127.0.0.1:8881","https://d-kd.jeyoupharma.com:8022"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        //downloadUrl = downloadUrl.replace("http://127.0.0.1:8881","https://d-kd.jeyoupharma.com:8022"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         Map<String,Object> attMap = new HashMap<>(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         attMap.put("previewurl",previewUrl); 
			 |