对账单添加手续费

This commit is contained in:
桀尼龟 2025-07-08 16:13:30 +08:00
parent d03049762f
commit 54326ebe01
3 changed files with 1386 additions and 1375 deletions

File diff suppressed because it is too large Load Diff

View File

@ -7,8 +7,8 @@ import (
fmt "fmt" fmt "fmt"
math "math" math "math"
proto "github.com/golang/protobuf/proto" proto "github.com/golang/protobuf/proto"
_ "github.com/mwitkow/go-proto-validators"
_ "google.golang.org/protobuf/types/descriptorpb" _ "google.golang.org/protobuf/types/descriptorpb"
_ "github.com/mwitkow/go-proto-validators"
github_com_mwitkow_go_proto_validators "github.com/mwitkow/go-proto-validators" github_com_mwitkow_go_proto_validators "github.com/mwitkow/go-proto-validators"
) )

View File

@ -37,7 +37,7 @@ func GetReconciliationListDownload(c *gin.Context) {
return return
} }
titleList := []string{ titleList := []string{
"关联套餐订单号", "关联增值服务订单号", "对账单创建时间", "艺人", "艺人手机号", "套餐", "支付金额", "币种", "支付渠道", "支付时间", "支付状态", "流水号", "关联套餐订单号", "关联增值服务订单号", "对账单创建时间", "艺人", "艺人手机号", "套餐", "支付金额", "手续费", "币种", "支付渠道", "支付时间", "支付状态", "流水号",
} }
var dataList []interface{} var dataList []interface{}
@ -56,6 +56,7 @@ func GetReconciliationListDownload(c *gin.Context) {
i.UserTel, i.UserTel,
i.BundleName, i.BundleName,
i.PayAmount, i.PayAmount,
i.HandlingFee,
currencyType, currencyType,
payChannel, payChannel,
i.PayTime, i.PayTime,