This commit is contained in:
yumoqing 2026-03-31 10:44:31 +08:00
parent 0a01dd9e69
commit f1074cc3ae

View File

@ -47,11 +47,11 @@ async def getAccountByName(sor, accounting_orgid, orgid, name, org1id):
async def getCustomerBalance(sor, customerid):
name = '客户资金账户'
get_owner_orgid = get_serverenv('get_owner_orgid')
env = ServerEnv()
get_owner_orgid = env.get_owner_orgid
if get_owner_orgid is None:
debug('get_owner_orgid function is not a serverenv function')
return None
debug(f'{get_owner_orgid=}')
orgid = await get_owner_orgid(sor, customerid)
if orgid is None:
debug(f"{customerid=}'s parent organization not found")