bugfix
This commit is contained in:
parent
0a01dd9e69
commit
f1074cc3ae
@ -47,11 +47,11 @@ async def getAccountByName(sor, accounting_orgid, orgid, name, org1id):
|
|||||||
|
|
||||||
async def getCustomerBalance(sor, customerid):
|
async def getCustomerBalance(sor, customerid):
|
||||||
name = '客户资金账户'
|
name = '客户资金账户'
|
||||||
get_owner_orgid = get_serverenv('get_owner_orgid')
|
env = ServerEnv()
|
||||||
|
get_owner_orgid = env.get_owner_orgid
|
||||||
if get_owner_orgid is None:
|
if get_owner_orgid is None:
|
||||||
debug('get_owner_orgid function is not a serverenv function')
|
debug('get_owner_orgid function is not a serverenv function')
|
||||||
return None
|
return None
|
||||||
debug(f'{get_owner_orgid=}')
|
|
||||||
orgid = await get_owner_orgid(sor, customerid)
|
orgid = await get_owner_orgid(sor, customerid)
|
||||||
if orgid is None:
|
if orgid is None:
|
||||||
debug(f"{customerid=}'s parent organization not found")
|
debug(f"{customerid=}'s parent organization not found")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user