管道基础大数据平台系统开发-【CS】-ExportMap
1
13693261870
2023-08-07 676892f591be011d2e41f309d7e3ee809f412f0d
ExportMap/cs/Tools.cs
@@ -206,7 +206,7 @@
                p.StartInfo.CreateNoWindow = true;
                //p.StartInfo.WindowStyle = ProcessWindowStyle.Hidden;
                p.StartInfo.RedirectStandardInput = true;
                p.StartInfo.RedirectStandardOutput = true;
                p.StartInfo.RedirectStandardOutput = isOut;
                p.StartInfo.RedirectStandardError = true;
                p.Start();
@@ -239,8 +239,8 @@
                    TaskDBHelper.Update(task);
                }
                if (null != so) so.Close();
                se.Close();
                //so.Close();
                si.Close();
                p.Close();
            }