From cf5d48d96c13086e21b33d5be62c2fe7c31d3deb Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 21 Jul 2026 14:43:15 +0800 Subject: [PATCH] bugfix --- llmage/utils.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/llmage/utils.py b/llmage/utils.py index 0b9d026..a0c18c3 100644 --- a/llmage/utils.py +++ b/llmage/utils.py @@ -353,14 +353,17 @@ m.llmcatelogid as catelog_id, m.apiname, m.query_apiname, m.query_period, -m.ppid +m.ppid, +o.orgname from llm a join llm_api_map m on a.id = m.llmid join llmcatelog b on m.llmcatelogid = b.id + join organization o where a.enabled_date <= ${today}$ and a.status = 'published' and m.ppid is not null and a.expired_date > ${today}$ + and a.providerid = o.id """ params = {'today': today} if catelogid: