main #34

Merged
charles merged 191 commits from main into prod 2025-11-19 16:18:39 +08:00
Showing only changes of commit e417c3ffd1 - Show all commits

View File

@ -148,6 +148,7 @@ async def registerUser(ns):
'orgname': ns['username'],
'parentid': ns['parentid'],
'org_type': ns['org_type'],
'contactor_phone': ns.get('mobile'),
}
await sor.C('organization', ns_org)