From ef67f833f3ecd0dea7b4000721dc8f0771daaa30 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Mon, 5 Jan 2026 17:53:45 +0800 Subject: [PATCH] bugfix --- accounting/init.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/accounting/init.py b/accounting/init.py index cf683a1..a47ac48 100644 --- a/accounting/init.py +++ b/accounting/init.py @@ -7,7 +7,6 @@ from .accounting_config import Accounting from .bill import write_bill from .openaccount import openOwnerAccounts, openProviderAccounts, openResellerAccounts, openCustomerAccounts, openRetailRelationshipAccounts from .getaccount import getAccountBalance, getCustomerBalance, getAccountByName, get_account_total_amount -from .bizaccount import BizAccounting from .recharge import RechargeBiz, recharge_accounting from .consume import consume_accounting @@ -74,7 +73,6 @@ def load_accounting(): g.getCustomerBalance = getCustomerBalance g.getAccountByName = getAccountByName g.get_account_total_amount = get_account_total_amount - g.BizAccounting = BizAccounting g.recharge_accounting = recharge_accounting g.get_accdetail = get_accdetail g.all_my_accounts = all_my_accounts