This commit is contained in:
yumoqing 2026-04-10 21:22:53 +08:00
parent 201989d230
commit d1ba7cc808

View File

@ -8,7 +8,7 @@ from accounting.consume import consume_accounting
from ahserver.serverenv import ServerEnv
def get_module_dbname(m):
retrun 'sage'
return 'sage'
async def get_orgid_by_username(sor, username):
recs = await sor.R('users', {'username': username})