|  | @@ -42,8 +42,7 @@ public class SalaryDownloadFilePlugin extends AbstractFormPlugin {
 | 
	
		
			
				|  |  |          String downloadBut="download";
 | 
	
		
			
				|  |  |          if (downloadBut.equals(operateKey)) {
 | 
	
		
			
				|  |  |              //获取桌面路径
 | 
	
		
			
				|  |  | -            String path = FileSystemView.getFileSystemView().getHomeDirectory().getPath();
 | 
	
		
			
				|  |  | -            this.getView().showMessage(path);
 | 
	
		
			
				|  |  | +            String path ="C:/Users";
 | 
	
		
			
				|  |  |              try {
 | 
	
		
			
				|  |  |                  //获取服务器链接
 | 
	
		
			
				|  |  |                  sftpClient.connect();
 |