From 200c31cd4d93a8c5c8f3b51c9860f8e31fe1c1c7 Mon Sep 17 00:00:00 2001 From: lzh <1625167628@qq.com> Date: Fri, 7 Nov 2025 13:50:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8D=95=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/service/bundle/bundleMetrics.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkg/service/bundle/bundleMetrics.go b/pkg/service/bundle/bundleMetrics.go index 589b5b1..a4cafd0 100644 --- a/pkg/service/bundle/bundleMetrics.go +++ b/pkg/service/bundle/bundleMetrics.go @@ -171,7 +171,7 @@ func MetricsArtistAccountExport(ctx *gin.Context) { cell := fmt.Sprintf("%s%d", col, row) return f.SetCellValue(sheet, cell, v) } - _ = write(1, r) + _ = write(1, r+1) _ = write(2, it.ArtistName) _ = write(3, it.UserNum) _ = write(4, it.DmAccount) @@ -234,7 +234,7 @@ func MetricsVideoSubmitExport(ctx *gin.Context) { cell := fmt.Sprintf("%s%d", col, row) return f.SetCellValue(sheet, cell, v) } - _ = write(1, r) + _ = write(1, r+1) _ = write(2, it.ArtistName) _ = write(3, it.UserNum) _ = write(4, it.VideoTitle) @@ -301,8 +301,8 @@ func MetricsBalanceDetailExport(ctx *gin.Context) { BundleAmount: item.BundleAmount, IncreaseAmount: item.IncreaseAmount, TotalPayAmount: item.TotalPayAmount, - Currency: item.Currency, - Fee: item.Fee, + Currency: "美元", + Fee: "$" + item.Fee, BundleVideoNumber: item.BundleVideoNumber, IncreaseVideoNumber: item.IncreaseVideoNumber, BundleVideoUnitPrice: item.BundleVideoUnitPrice,