bugfix
This commit is contained in:
parent
78cc872da4
commit
f4440ee2b9
@ -108,7 +108,7 @@ async def get_llm(llmid):
|
|||||||
async with db.sqlorContext(dbname) as sor:
|
async with db.sqlorContext(dbname) as sor:
|
||||||
today = curDateString()
|
today = curDateString()
|
||||||
sql = """select x.*,
|
sql = """select x.*,
|
||||||
z.input_fields,
|
z.input_fields
|
||||||
from (
|
from (
|
||||||
select a.*, e.ioid, e.stream
|
select a.*, e.ioid, e.stream
|
||||||
from llm a, upapp c, uapiset d, uapi e
|
from llm a, upapp c, uapiset d, uapi e
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user