This commit is contained in:
yumoqing 2026-01-06 16:42:23 +08:00
parent 551ab87247
commit 7bd014c1e3

View File

@ -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,