zhouger 5 mesiacov pred
rodič
commit
d0940aeb3c

+ 1 - 2
src/main/java/fi/em/formPlugin/SalaryDownloadFilePlugin.java

@@ -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();