From 2885ecdc25cd1e64158e4a94b179a6f2362237c1 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期一, 12 六月 2023 11:26:38 +0800
Subject: [PATCH] 添加单体模型参数

---
 ExportMap/cs/SGUtils.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/ExportMap/cs/SGUtils.cs b/ExportMap/cs/SGUtils.cs
index 365653f..ee7138a 100644
--- a/ExportMap/cs/SGUtils.cs
+++ b/ExportMap/cs/SGUtils.cs
@@ -71,6 +71,7 @@
 
             //err = LinkFiles(list);
             //if (!string.IsNullOrEmpty(err)) return 0;
+            Tools.SetIsModel(args, list);
             MoveFiles(list);
 
             string names = GetNames(list);

--
Gitblit v1.9.3