fix: queue admin item not show
parent
86c73058fd
commit
37334ecb19
|
@ -69,7 +69,7 @@ export class IndexQueueManager extends BaseIndexManager<Queue> {
|
|||
});
|
||||
|
||||
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) {
|
||||
|
|
Loading…
Reference in New Issue