bugfix
This commit is contained in:
parent
18d8fef1b9
commit
8a18d3acf9
@ -15,7 +15,7 @@ where a.id=${llmid}$
|
|||||||
and a.upappid = b.id
|
and a.upappid = b.id
|
||||||
and a.enabled_date <= ${today}$
|
and a.enabled_date <= ${today}$
|
||||||
and a.expired_date > ${today}$"""
|
and a.expired_date > ${today}$"""
|
||||||
recs = awaut sor.sqlExe(sql, ns.copy())
|
recs = await sor.sqlExe(sql, ns.copy())
|
||||||
if recs:
|
if recs:
|
||||||
msgs.append('llm join upapp read ok')
|
msgs.append('llm join upapp read ok')
|
||||||
else:
|
else:
|
||||||
@ -27,7 +27,7 @@ where a.id=${llmid}$
|
|||||||
and b.apisetid = c.id
|
and b.apisetid = c.id
|
||||||
and a.enabled_date <= ${today}$
|
and a.enabled_date <= ${today}$
|
||||||
and a.expired_date > ${today}$"""
|
and a.expired_date > ${today}$"""
|
||||||
recs = awaut sor.sqlExe(sql, ns.copy())
|
recs = await sor.sqlExe(sql, ns.copy())
|
||||||
if recs:
|
if recs:
|
||||||
msgs.append('llm join upapp read ok')
|
msgs.append('llm join upapp read ok')
|
||||||
else:
|
else:
|
||||||
@ -43,7 +43,7 @@ where a.upappid = c.id
|
|||||||
and a.id=${llmid}$
|
and a.id=${llmid}$
|
||||||
and a.expired_date > ${today}$
|
and a.expired_date > ${today}$
|
||||||
and a.enabled_date <= ${today}$"""
|
and a.enabled_date <= ${today}$"""
|
||||||
recs = awaut sor.sqlExe(sql, ns.copy())
|
recs = await sor.sqlExe(sql, ns.copy())
|
||||||
if recs:
|
if recs:
|
||||||
msgs.append('llm join upapp join uapi read ok')
|
msgs.append('llm join upapp join uapi read ok')
|
||||||
else:
|
else:
|
||||||
@ -60,7 +60,7 @@ where a.upappid = c.id
|
|||||||
and a.id=${llmid}$
|
and a.id=${llmid}$
|
||||||
and a.expired_date > ${today}$
|
and a.expired_date > ${today}$
|
||||||
and a.enabled_date <= ${today}$"""
|
and a.enabled_date <= ${today}$"""
|
||||||
recs = awaut sor.sqlExe(sql, ns.copy())
|
recs = await sor.sqlExe(sql, ns.copy())
|
||||||
if recs:
|
if recs:
|
||||||
msgs.append('llm join upapp join uapi join uapiio read ok')
|
msgs.append('llm join upapp join uapi join uapiio read ok')
|
||||||
else:
|
else:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user