From c7ff08e7465588935ae2dcd680df5bf331827b0b Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期五, 17 三月 2023 18:54:58 +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 12686f7..f47c7f5 100644 --- a/ExportMap/cs/SGUtils.cs +++ b/ExportMap/cs/SGUtils.cs @@ -260,7 +260,7 @@ int pubid = PubDBHelper.InsertPublish(sys); if (pubid > 0) { - PubDBHelper.InsertMetaPub(meta.id, pubid); + PubDBHelper.InsertMetaPub(meta.id, pubid, args.userId); } } -- Gitblit v1.9.3