Compare commits
No commits in common. "6545c7cf5e6dd341b7dfcbce7d8e71e56aa42b78" and "4ffad6521b11167ca97e025091bceabf22438b6b" have entirely different histories.
6545c7cf5e
...
4ffad6521b
@ -143,13 +143,7 @@ async def registerUser(ns):
|
||||
ns['parentid'] = org[0]['id']
|
||||
|
||||
# 新增用户机构信息
|
||||
ns_org = {
|
||||
'id': ns['id'],
|
||||
'orgname': ns['username'],
|
||||
'parentid': ns['parentid'],
|
||||
'org_type': ns['org_type'],
|
||||
}
|
||||
await sor.C('organization', ns_org)
|
||||
await sor.C('organization', ns)
|
||||
|
||||
# 生成用户userid
|
||||
ns['id'] = uuid()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user