bugfix
This commit is contained in:
parent
668ab8f585
commit
0414007ecd
@ -57,6 +57,8 @@ where x.id = ${llmid}$
|
||||
raise e
|
||||
r.inputfields = api.input_fields
|
||||
return recs[0]
|
||||
else:
|
||||
debug(f'{llmid=} not found')
|
||||
return None
|
||||
async def get_owner_userid(sor, llm):
|
||||
sql = '''select a.ownerid as userid from upappkey a, upapp b
|
||||
|
||||
@ -24,4 +24,11 @@
|
||||
}
|
||||
}
|
||||
{% else %}
|
||||
{
|
||||
"widgettype":"Text",
|
||||
"options":{
|
||||
"otype": "没找到模型",
|
||||
"i18n":true
|
||||
}
|
||||
}
|
||||
{% endif %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user