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/LasUtils.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ExportMap/cs/LasUtils.cs b/ExportMap/cs/LasUtils.cs index 2d9d823..d4e24cf 100644 --- a/ExportMap/cs/LasUtils.cs +++ b/ExportMap/cs/LasUtils.cs @@ -134,7 +134,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