Compare commits
No commits in common. "b33a776f93a527af4235a1683a2550f3bf4f794a" and "866cce5bb6d4bed0fe7473ec6cd2397c36f5a15b" have entirely different histories.
b33a776f93
...
866cce5bb6
File diff suppressed because it is too large
Load Diff
@ -45,7 +45,7 @@ func GetReconciliationListDownload(c *gin.Context) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
titleList := []string{
|
titleList := []string{
|
||||||
"关联套餐订单号", "关联增值服务订单号", "对账单创建时间", "艺人", "艺人手机号", "套餐", "支付金额", "手续费", "币种", "支付渠道", "支付时间", "支付状态", "流水号",
|
"关联套餐订单号", "关联增值服务订单号", "对账单创建时间", "艺人", "艺人手机号", "套餐", "支付金额", "币种", "支付渠道", "支付时间", "支付状态", "流水号",
|
||||||
}
|
}
|
||||||
var dataList []interface{}
|
var dataList []interface{}
|
||||||
|
|
||||||
@ -64,7 +64,6 @@ 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,
|
||||||
|
Loading…
Reference in New Issue
Block a user