From 00280f69087d3bdb105097e3acab4b37ffc8a4d1 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Sun, 4 Jan 2026 15:47:19 +0800 Subject: [PATCH] bugfix --- accounting/consume.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accounting/consume.py b/accounting/consume.py index 76d086a..b37d576 100644 --- a/accounting/consume.py +++ b/accounting/consume.py @@ -52,7 +52,7 @@ async def consume_accounting(sor, orderid, order_details): ods.append(ConsumeBiz(od)) ao = Accounting(ods) bill = { - 'id':self.billid, + 'id':billid, 'customerid':self.customerid, 'resellerid':self.resellerid, 'orderid':self.orderid,