bugfix
This commit is contained in:
parent
55058d0403
commit
067b69d8db
@ -68,7 +68,7 @@ class RechargeBiz(PFBiz):
|
||||
# await sor.C('recharge_log', self.recharge_log.copy())
|
||||
|
||||
async def recharge_accounting(sor, customerid, action, orderid,
|
||||
transdate, recharge_amt, recharge_fee):
|
||||
transdate, recharge_amt, recharge_feerate):
|
||||
"""
|
||||
summary:recharge channe(handly, wechat, alipay)
|
||||
"""
|
||||
@ -81,7 +81,7 @@ async def recharge_accounting(sor, customerid, action, orderid,
|
||||
"transdate":transdate,
|
||||
"orderid":orderid,
|
||||
"recharge_amt":recharge_amt,
|
||||
"recharge_fee": recharge_fee,
|
||||
"recharge_feerate": recharge_feerate,
|
||||
"action":action,
|
||||
}
|
||||
ra = RechargeBiz(recharge_log)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user