bugfix
This commit is contained in:
parent
2e42a39041
commit
7b65e289d6
@ -92,12 +92,12 @@ where a.llmcatelogid = b.id
|
||||
x = {
|
||||
'catelogid': r.catelogid,
|
||||
'catelogname': r.catelogname,
|
||||
'llms': [l]
|
||||
'llms': [r]
|
||||
}
|
||||
d.append(x)
|
||||
cid = r.catelogid
|
||||
else:
|
||||
x['llms'].append(l)
|
||||
x['llms'].append(r)
|
||||
return d
|
||||
return []
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user