Compare commits

..

No commits in common. "b33a776f93a527af4235a1683a2550f3bf4f794a" and "866cce5bb6d4bed0fe7473ec6cd2397c36f5a15b" have entirely different histories.

2 changed files with 1445 additions and 1456 deletions

File diff suppressed because it is too large Load Diff

View File

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