From 73a1a2b861db44a9519e434152934b627747efcb Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期二, 21 三月 2023 10:15:59 +0800 Subject: [PATCH] 1 --- 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 f9d4455..c9bda39 100644 --- a/ExportMap/cs/SGUtils.cs +++ b/ExportMap/cs/SGUtils.cs @@ -195,6 +195,7 @@ int pubid = PubDBHelper.InsertPublish(sys); if (pubid > 0) { + sys.id = pubid; PubDBHelper.InsertLayer(sys, meta); PubDBHelper.InsertMetaPub(meta.id, pubid, args.userId); } -- Gitblit v1.9.3