Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#2483 底座迁移导出添加目标客户
Browse files Browse the repository at this point in the history
tangjiawei committed Jan 8, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 43af729 commit 0264c27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platform-core/api/v1/data-trans/export.go
Original file line number Diff line number Diff line change
@@ -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 {

0 comments on commit 0264c27

Please sign in to comment.