From 62ef8708f7a1eb15219e28431ee0cd4b071d33f4 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期三, 12 四月 2023 17:50:11 +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 78e1408..ecb5f57 100644 --- a/ExportMap/cs/SGUtils.cs +++ b/ExportMap/cs/SGUtils.cs @@ -179,7 +179,7 @@ if (pubid > 0) { sys.id = pubid; - PubDBHelper.InsertLayer(sys, meta, sys.type == "3dml" ? 100 : 0); + PubDBHelper.InsertLayer(sys, meta); PubDBHelper.InsertMetaPub(meta.id, pubid, args.userId); } -- Gitblit v1.9.3