From b7f287d301c3f004641d89c698bce0ba4cd6ebac Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期三, 02 八月 2023 16:47:51 +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 6eacd3f..bbec34b 100644
--- a/ExportMap/cs/SGUtils.cs
+++ b/ExportMap/cs/SGUtils.cs
@@ -209,7 +209,7 @@
             int pubid = PubDBHelper.GetPushlishId(meta.id);
             if (pubid > 0)
             {
-                PubDBHelper.UpdatePublish(pubid, meta.name, args.userId, null);
+                PubDBHelper.UpdatePublish(pubid, meta.name, args.userId, null, GetReleaseUrl(meta, meta.verid));
                 return pubid;
             }
 

--
Gitblit v1.9.3