管道基础大数据平台系统开发-【CS】-ExportMap
1
13693261870
2022-11-12 2e888391be7295d110c6f017ec980b6cb3ce955b
1
已修改1个文件
4 ■■■■ 文件已修改
ExportMap/cs/ExportUtil.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ExportMap/cs/ExportUtil.cs
@@ -141,7 +141,6 @@
            try
            {
                string cmdText = string.Format("python {0} -qgz {1} -qpt {2}", py, qgz, qpt);
                LogOut.Info(cmdText);
                Process p = new Process();
                p.StartInfo.FileName = "cmd.exe";
@@ -163,6 +162,7 @@
                string info = so.ReadToEnd();
                str = se.ReadToEnd();
                if (!string.IsNullOrEmpty(info)) LogOut.Debug(info);
                if (!string.IsNullOrEmpty(str)) LogOut.Error(str);
                if (p.HasExited == false) p.Kill();
@@ -202,7 +202,7 @@
            string qptFile = Path.Combine(SourcesPath, args.qpt);
            if (File.Exists(qptFile))
            {
                File.Delete(qptFile);
                //File.Delete(qptFile);
            }
            string imgPath = Path.Combine(DownloadFolder, args.imgPath);