bugfix
This commit is contained in:
parent
ff7c393447
commit
a94cb45348
@ -43,10 +43,7 @@ async def getAccountByName(sor, accounting_orgid, orgid, name, org1id):
|
||||
});
|
||||
if len(recs) == 0:
|
||||
return None
|
||||
return get_account(sor, accounting_orgid, orgid, recs[0].id, org1id=org1id)
|
||||
|
||||
async def getTransPayMode():
|
||||
pass
|
||||
return await get_account(sor, accounting_orgid, orgid, recs[0].id, org1id=org1id)
|
||||
|
||||
async def getCustomerBalance(sor, customerid):
|
||||
name = '客户资金账户'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user