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