fix: queue admin item not show

pull/115/head
shancheas 2024-11-14 16:10:31 +07:00
parent 86c73058fd
commit 37334ecb19
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ export class IndexQueueManager extends BaseIndexManager<Queue> {
}); });
queryBuilder.andWhere(`${this.tableName}.item_queue_id = :item_queue_id`, { queryBuilder.andWhere(`${this.tableName}.item_queue_id = :item_queue_id`, {
item_queue_id: this.filterParam.item_queue_id, item_queue_id: this.filterParam.queue_id,
}); });
if (this.filterParam.vip != null) { if (this.filterParam.vip != null) {