bugfix
This commit is contained in:
parent
0616d0de8f
commit
f0ded297ba
@ -25,7 +25,7 @@ plog = await pl.new_log(userid, params_kw.customerid, '9',
|
|||||||
async with db.sqlorContext(dbname) as sor:
|
async with db.sqlorContext(dbname) as sor:
|
||||||
biz_date = await get_business_date(sor)
|
biz_date = await get_business_date(sor)
|
||||||
await recharge_accounting(sor, params_kw.customerid, 'RECHARGE',
|
await recharge_accounting(sor, params_kw.customerid, 'RECHARGE',
|
||||||
plog.id,
|
plog['id'],
|
||||||
biz_date,
|
biz_date,
|
||||||
params_kw.amount,
|
params_kw.amount,
|
||||||
0.00)
|
0.00)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user