From 7bd014c1e3ea5965470b14734a5100e2a0177b52 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 6 Jan 2026 16:42:23 +0800 Subject: [PATCH] bugfix --- llmage/llmclient.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llmage/llmclient.py b/llmage/llmclient.py index 4093ff0..cd01ca9 100644 --- a/llmage/llmclient.py +++ b/llmage/llmclient.py @@ -88,7 +88,7 @@ where a.llmcatelogid = b.id cid = '' x = None for r in recs: - if cid != r.catelogid: + if cid != r.llmcatelogid: x = { 'catelogid': r.llmcatelogid, 'catelogname': r.catelogname,