From 9269e5fbb8145742c38d0ce8f67a9dc5853142cb Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期三, 02 八月 2023 13:48:54 +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 8a11d93..6eacd3f 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, args.name, args.userId, null); + PubDBHelper.UpdatePublish(pubid, meta.name, args.userId, null); return pubid; } -- Gitblit v1.9.3