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/SGUtils.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/ExportMap/cs/SGUtils.cs b/ExportMap/cs/SGUtils.cs
index d5335fb..f9d4455 100644
--- a/ExportMap/cs/SGUtils.cs
+++ b/ExportMap/cs/SGUtils.cs
@@ -195,6 +195,7 @@
             int pubid = PubDBHelper.InsertPublish(sys);
             if (pubid > 0)
             {
+                PubDBHelper.InsertLayer(sys, meta);
                 PubDBHelper.InsertMetaPub(meta.id, pubid, args.userId);
             }
         }

--
Gitblit v1.9.3