fix: tenant_brand_data.dspy加return result
This commit is contained in:
parent
0dd7414d06
commit
81ed08ebe7
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user