From bbafc4e99b3cc42692bd9f7d8becf801aa70ddb3 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期日, 19 三月 2023 16:56:17 +0800 Subject: [PATCH] 1 --- ExportMap/cs/ConvertUtils.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ExportMap/cs/ConvertUtils.cs b/ExportMap/cs/ConvertUtils.cs index ac69899..36a5e36 100644 --- a/ExportMap/cs/ConvertUtils.cs +++ b/ExportMap/cs/ConvertUtils.cs @@ -131,6 +131,7 @@ int pubid = PubDBHelper.InsertPublish(sys); if (pubid > 0) { + PubDBHelper.InsertLayer(sys, meta); PubDBHelper.InsertMetaPub(meta.id, pubid, args.userId); } } -- Gitblit v1.9.3