屏蔽贡献点返回
This commit is contained in:
parent
ac5a180cd1
commit
58f7ed2745
@ -103,6 +103,8 @@ func (this *recharge) markOk(idx int64, deliveryAccountId string) error {
|
|||||||
|
|
||||||
func (this *recharge) returnContribution(netId int32, shortOrderId int64,
|
func (this *recharge) returnContribution(netId int32, shortOrderId int64,
|
||||||
userIdentity string, returnContribution float64, payTime int32) error {
|
userIdentity string, returnContribution float64, payTime int32) error {
|
||||||
|
return nil
|
||||||
|
/*
|
||||||
var resultErr error
|
var resultErr error
|
||||||
nowTime := f5.GetApp().GetRealSeconds()
|
nowTime := f5.GetApp().GetRealSeconds()
|
||||||
f5.GetGoStyleDb().Upsert(
|
f5.GetGoStyleDb().Upsert(
|
||||||
@ -126,4 +128,5 @@ func (this *recharge) returnContribution(netId int32, shortOrderId int64,
|
|||||||
resultErr = err
|
resultErr = err
|
||||||
})
|
})
|
||||||
return resultErr
|
return resultErr
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user