bugfix
This commit is contained in:
parent
95eba74491
commit
3bd240bdc7
@ -121,8 +121,7 @@ where a.upappid = c.id
|
|||||||
and a.apiname = e.name
|
and a.apiname = e.name
|
||||||
and a.expired_date > ${today}$
|
and a.expired_date > ${today}$
|
||||||
and a.enabled_date <= ${today}$
|
and a.enabled_date <= ${today}$
|
||||||
) x left join historyformat y on x.hfid = y.id
|
) x left join uapiio z on x.ioid = z.id
|
||||||
left join uapiio z on x.ioid = z.id
|
|
||||||
where x.id = ${llmid}$
|
where x.id = ${llmid}$
|
||||||
"""
|
"""
|
||||||
recs = await sor.sqlExe(sql, {'llmid': llmid, 'today': today})
|
recs = await sor.sqlExe(sql, {'llmid': llmid, 'today': today})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user