This commit is contained in:
yumoqing 2025-04-12 20:03:03 +08:00
parent 7e247f308e
commit c2b67e9c6b
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ from ahserver.serverenv import get_serverenv
from accounting.accounting_config import Accounting
from accounting.bizaccount import BizAccounting
from accounting.bill import write_bill
from getdbname import get_dbname
from platformbiz.getdbname import get_dbname
async def get_owner_orgid(sor, orgid):
return '0'

View File

@ -3,7 +3,7 @@ from appPublic.registerfunction import rfexe
from appPublic.log import exception, debug
from sqlor.dbpools import DBPools
from pf_pay.ali_pay import Zhifubao_Pay
from getdbname import get_dbname
from platformbiz.getdbname import get_dbname
from platformbiz.biz_order import add_recharge_log, add_recharge_order
class Recharge: