|
@@ -96,6 +96,7 @@ export class CompleteComponent implements OnInit {
|
|
|
query.equalTo('render', true);
|
|
|
query.equalTo('recommend', true);
|
|
|
query.containedIn('status', ['201']);
|
|
|
+ query.limit(1000)
|
|
|
let list = await query.find();
|
|
|
for (let index = 0; index < list.length; index++) {
|
|
|
const item = list[index];
|