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