From caef081ab6d9cf2945f537a27e8d624f4a163ca5 Mon Sep 17 00:00:00 2001 From: "jiaji.H" Date: Mon, 15 Dec 2025 15:49:23 +0800 Subject: [PATCH] =?UTF-8?q?Updata=EF=BC=9A=E6=9B=B4=E6=96=B0=E5=AF=BC?= =?UTF-8?q?=E5=87=BA=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/service/bundle/bundleMetrics.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/service/bundle/bundleMetrics.go b/pkg/service/bundle/bundleMetrics.go index 8b7f8af..b4dbe61 100644 --- a/pkg/service/bundle/bundleMetrics.go +++ b/pkg/service/bundle/bundleMetrics.go @@ -134,7 +134,7 @@ func MetricsBundlePurchaseExport(ctx *gin.Context) { } if err := exportStructToExcel(resp.Data, []string{ - "订单编号", "套餐", "用户编号", "客户姓名", "手机号", "支付时间", "套餐视频数", "增值视频数", "套餐金额", "增值金额", "支付金额", "结算金额", "手续费", "汇率(%)", + "订单编号", "套餐", "用户编号", "客户姓名", "手机号", "支付时间", "增值视频数", "套餐金额", "增值金额", "支付金额", "结算金额", "手续费", "汇率(%)", }, filePath, e.BundlePurchaseExport, req.EndTime, statistic); err != nil { service.Error(ctx, errors.New(common.MetricsBundlePurchaseExportFailed)) return