This commit is contained in:
yumoqing 2026-03-26 16:11:51 +08:00
parent 6e175426de
commit eccf012a48

View File

@ -7,6 +7,7 @@ async with get_sor_context(request._run_ns, 'llmage') as sor:
where a.llmcatelogid = b.id where a.llmcatelogid = b.id
and a.upappid = c.id and a.upappid = c.id
and c.apisetid = d.apisetid and c.apisetid = d.apisetid
and a.apiname = d.name
and d.ioid = e.id and d.ioid = e.id
and a.enabled_date <= ${biz_date}$ and a.enabled_date <= ${biz_date}$
and ${biz_date}$ < a.expired_date and ${biz_date}$ < a.expired_date