Browse Source

提示修改

Hcsy 8 years ago
parent
commit
f56739b798
1 changed files with 1 additions and 1 deletions
  1. 1 1
      UAS-MES/PublicMethod/ftpOperater.cs

+ 1 - 1
UAS-MES/PublicMethod/ftpOperater.cs

@@ -287,7 +287,7 @@ namespace UAS_MES.PublicMethod
                 File.Copy(sourceFile, destFile, true);
             }
             catch {
-                MessageBox.Show("标签文件下载失败,检查文件是否存在于指定路径或网络是否通畅");
+                MessageBox.Show("标签文件不在指定维护路径");
             }
             return destFile;
         }