From ba651501830d34775d31bf5042c63a7d19e06e50 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期五, 04 八月 2023 09:56:43 +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 7d1d6f2..1fbaa0d 100644 --- a/ExportMap/cs/SGUtils.cs +++ b/ExportMap/cs/SGUtils.cs @@ -117,7 +117,7 @@ for (int i = 1; i < list.Count; i++) { string name =args.name+ "," + list[i].name; - if (name.Length > 100) break; + if (name.Length > 150) break; args.name = name; } -- Gitblit v1.9.3