bugfix
This commit is contained in:
parent
0dc59d96cc
commit
e84a7036ff
@ -4,10 +4,10 @@ async with get_sor_context(request._run_ns, 'platformbiz') as sor:
|
|||||||
rec = None
|
rec = None
|
||||||
if not recs:
|
if not recs:
|
||||||
orgid = uuid()
|
orgid = uuid()
|
||||||
ns = {
|
ns = DictObject(**{
|
||||||
"id": orgid,
|
"id": orgid,
|
||||||
"orgname": orgname
|
"orgname": orgname
|
||||||
}
|
})
|
||||||
await create_org(sor, ns, ['provider'])
|
await create_org(sor, ns, ['provider'])
|
||||||
await openProviderAccounts(sor, '0', orgid)
|
await openProviderAccounts(sor, '0', orgid)
|
||||||
rec = ns
|
rec = ns
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user