ExportMap/cs/SGUtils.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
ExportMap/cs/TerraUtils.cs | ●●●●● 补丁 | 查看 | 原始文档 | 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; }