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,