This commit is contained in:
yumoqing 2025-09-14 15:55:51 +08:00
parent e7ab731b53
commit 918527a61b

View File

@ -24,7 +24,7 @@ where a.llmcatelogid = b.id
) x left join historyformat y on x.hfid = y.id ) x left join historyformat y on x.hfid = y.id
left join uapiio z on x.ioid = z.id left join uapiio z on x.ioid = z.id
where llmcatelogid = ${llmcatelogid}$ where llmcatelogid = ${llmcatelogid}$
and id != ${llmid}$ and x.id != ${llmid}$
""" """
ns = params_kw.copy() ns = params_kw.copy()
ns.page = page ns.page = page