bugfix
This commit is contained in:
parent
7e247f308e
commit
c2b67e9c6b
@ -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'
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user