From 0264c27956f1817c573715f7788e6753b4b7df6c Mon Sep 17 00:00:00 2001 From: tangjiawei Date: Wed, 8 Jan 2025 16:11:57 +0800 Subject: [PATCH] =?UTF-8?q?#2483=20=E5=BA=95=E5=BA=A7=E8=BF=81=E7=A7=BB?= =?UTF-8?q?=E5=AF=BC=E5=87=BA=E6=B7=BB=E5=8A=A0=E7=9B=AE=E6=A0=87=E5=AE=A2?= =?UTF-8?q?=E6=88=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platform-core/api/v1/data-trans/export.go | 1 + 1 file changed, 1 insertion(+) diff --git a/platform-core/api/v1/data-trans/export.go b/platform-core/api/v1/data-trans/export.go index 6ff1d305a9..b8ebafb87a 100644 --- a/platform-core/api/v1/data-trans/export.go +++ b/platform-core/api/v1/data-trans/export.go @@ -205,6 +205,7 @@ func CreateOrUpdateExportCustomer(c *gin.Context) { NexusAddr: param.NexusAddr, NexusAccount: param.NexusAccount, NexusPwd: param.NexusPwd, + NexusRepo: param.NexusRepo, CreatedUser: middleware.GetRequestUser(c), } if err = database.AddTransExportCustomer(c, exportCustomer); err != nil {