From 0723395119b6d5b77740f3d84645b5b47c9d672f Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 22 May 2026 17:53:24 +0800 Subject: [PATCH] buggix --- llmage/accounting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llmage/accounting.py b/llmage/accounting.py index b99d1fd..2062390 100644 --- a/llmage/accounting.py +++ b/llmage/accounting.py @@ -46,7 +46,7 @@ async def checkCustomerBalance(llmid, userid, userorgid, catelogid=None): debug(f'self orgid user') return True balance = 0.00 - tpac = await get_user_tpac(lu.userid) + tpac = await get_user_tpac(userid) if tpac: balance = await get_tpac_balance(tpac, userid) else: