This commit is contained in:
yumoqing 2025-12-25 16:41:43 +08:00
parent 2530533792
commit ccc6264a7f

View File

@ -107,7 +107,7 @@ async def get_refundable_plog(request, id):
return None
origin_plog.total_amount = amt
return origin_plog
exception(f'{db.except}')
exception(f'{db.e_except}')
return None
async def new_refund_log(request, amount, origin_id):