bugfix
This commit is contained in:
parent
2530533792
commit
ccc6264a7f
@ -107,7 +107,7 @@ async def get_refundable_plog(request, id):
|
|||||||
return None
|
return None
|
||||||
origin_plog.total_amount = amt
|
origin_plog.total_amount = amt
|
||||||
return origin_plog
|
return origin_plog
|
||||||
exception(f'{db.except}')
|
exception(f'{db.e_except}')
|
||||||
return None
|
return None
|
||||||
|
|
||||||
async def new_refund_log(request, amount, origin_id):
|
async def new_refund_log(request, amount, origin_id):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user