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/OsgbUtils.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ExportMap/cs/OsgbUtils.cs b/ExportMap/cs/OsgbUtils.cs index 7010994..403b9b4 100644 --- a/ExportMap/cs/OsgbUtils.cs +++ b/ExportMap/cs/OsgbUtils.cs @@ -146,7 +146,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