This commit is contained in:
yumoqing 2026-01-06 16:49:39 +08:00
parent ff7c393447
commit a94cb45348

View File

@ -43,11 +43,8 @@ async def getAccountByName(sor, accounting_orgid, orgid, name, org1id):
}); });
if len(recs) == 0: if len(recs) == 0:
return None return None
return get_account(sor, accounting_orgid, orgid, recs[0].id, org1id=org1id) return await get_account(sor, accounting_orgid, orgid, recs[0].id, org1id=org1id)
async def getTransPayMode():
pass
async def getCustomerBalance(sor, customerid): async def getCustomerBalance(sor, customerid):
name = '客户资金账户' name = '客户资金账户'
get_owner_orgid = get_serverenv('get_owner_orgid') get_owner_orgid = get_serverenv('get_owner_orgid')