From fb46394dc34554b69031ed858064a0657ffa383d Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期五, 24 三月 2023 08:48:08 +0800 Subject: [PATCH] 1 --- ExportMap/cs/SGUtils.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ExportMap/cs/SGUtils.cs b/ExportMap/cs/SGUtils.cs index 070aef5..78e1408 100644 --- a/ExportMap/cs/SGUtils.cs +++ b/ExportMap/cs/SGUtils.cs @@ -63,7 +63,7 @@ List<SysMeta> list = XYZUtils.SelectMetas(args.ids, "and type in ('mpt', '3dml')"); if (null == list || list.Count == 0) return null; - int maxId = GetMaxId(); // maxId = 411576; + //int maxId = GetMaxId(); // maxId = 411576; RomoveNoneFiles(list); if (list.Count == 0) return null; -- Gitblit v1.9.3