fix: tenant_brand_data.dspy加return result

This commit is contained in:
yumoqing 2026-07-09 12:08:17 +08:00
parent 0dd7414d06
commit 81ed08ebe7

View File

@ -8,3 +8,4 @@ async with get_sor_context(env, 'sage') as sor:
iconid = org.iconid if org and org.iconid else ''
result = json.dumps({"orgname": orgname, "iconid": iconid}, ensure_ascii=False)
return result