From 25f005eec2ab015e75d9636d4ec922dad97df782 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Mon, 5 Jan 2026 13:47:18 +0800 Subject: [PATCH] bugfix --- llmage/accounting.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/llmage/accounting.py b/llmage/accounting.py index 2813388..bcdb5dc 100644 --- a/llmage/accounting.py +++ b/llmage/accounting.py @@ -41,7 +41,7 @@ async def llm_accounting(request, llmid, "userid": userid, "productid": llmid } - await sor.C('biz_order', ns) + await sor.C('biz_order', order) orderdetail = { "id": getID(), "orderid": orderid, @@ -49,6 +49,7 @@ async def llm_accounting(request, llmid, "product_cnt": 1, "trans_amount": trans_amount } + await sor.C('biz_orderdetail', orderdetail) ai0 = DictObject() ai0.action = 'PAY' ai0.customerid = customerid