From 9b8e3e80a0840ad268df1ffe30891a79b3a61e8f Mon Sep 17 00:00:00 2001 From: yumoqing Date: Mon, 15 Dec 2025 14:48:37 +0800 Subject: [PATCH] bugfix --- accounting/recharge.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accounting/recharge.py b/accounting/recharge.py index 2bbb210..14c5d1f 100644 --- a/accounting/recharge.py +++ b/accounting/recharge.py @@ -7,7 +7,7 @@ from appPublic.timeUtils import curDateString from appPublic.argsConvert import ArgsConvert from appbase.businessdate import get_business_date from .getdbname import get_dbname -from .accounting_config import get_accounting_config, Accounting +from .accounting_config import get_accounting_config, Accounting, PFBiz from .const import * from .excep import * from .getaccount import getAccountByName