Compare commits

...

2 Commits

Author SHA1 Message Date
JNG
2d524b2a0b Merge branch 'jng' into dev 2025-09-24 15:50:58 +08:00
JNG
fe6eaa5c6e Update reconciliation.go 2025-09-24 15:50:16 +08:00

View File

@ -92,7 +92,7 @@ func GetReconciliationListDownload(c *gin.Context) {
}
}
titleList := []string{
"关联套餐订单号", "关联增值服务订单号", "对账单创建时间", "用户编号", "艺人", "艺人手机号", "套餐", "支付金额", "手续费", "币种", "支付渠道", "支付时间", "支付状态", "流水号",
"关联套餐订单号", "关联增值服务订单号", "用户编号", "艺人", "艺人手机号", "套餐", "支付金额", "手续费", "币种", "支付渠道", "支付时间", "支付状态", "流水号",
}
var dataList []interface{}
@ -106,7 +106,7 @@ func GetReconciliationListDownload(c *gin.Context) {
data := []any{
i.BundleOrderOn,
i.BundleAddOrderOn,
i.CreationTime,
//i.CreationTime,
i.SubNum,
i.UserName,
i.UserTel,