管道基础大数据平台系统开发-【CS】-ExportMap
13693261870
2023-08-22 9f300514a23b1e008a3314c0b782ef67f190e7af
DataLoader/MainWindow.xaml.cs
@@ -134,11 +134,13 @@
                MessageBox.Show("请选择资源目录!", "提示");
                return;
            }
            CommonProp.SourcePath = this.tbSource.Text.Trim();
            if (string.IsNullOrEmpty(CommonProp.SourcePath) || !Directory.Exists(CommonProp.SourcePath))
            {
                MessageBox.Show("请选择数据目录或数据目录不存在!", "提示");
                return;
            }
            CommonProp.TargetPath = this.tbTarget.Text.Trim();
            if (string.IsNullOrEmpty(CommonProp.TargetPath) || !Directory.Exists(CommonProp.TargetPath))
            {
                MessageBox.Show("请选择入库目录或入库目录不存在!", "提示");