管道基础大数据平台系统开发-【CS】-ExportMap
1
13693261870
2023-06-29 c0d1d6beb53c7728cb46b2a85e405e9596423cb5
1
已修改2个文件
3 ■■■■ 文件已修改
ExportMap/cs/SGUtils.cs 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ExportMap/cs/TerraUtils.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ExportMap/cs/SGUtils.cs
@@ -70,7 +70,6 @@
            if (list.Count == 0) return null;
            //err = LinkFiles(list);
            //if (!string.IsNullOrEmpty(err)) return 1;
            Tools.SetIsModel(args, list);
            MoveFiles(list);
ExportMap/cs/TerraUtils.cs
@@ -150,7 +150,7 @@
            }
            catch (Exception ex)
            {
                LogOut.Error(ex.Message);
                LogOut.Error(ex.Message + "\r\n" + ex.StackTrace);
                err = ex.Message;
                return null;
            }