bugfix
This commit is contained in:
parent
e7ab731b53
commit
918527a61b
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user