debug: add log time to queue admin
parent
37334ecb19
commit
0e9ae569ba
|
@ -63,6 +63,8 @@ export class IndexQueueManager extends BaseIndexManager<Queue> {
|
|||
const start = moment().startOf('day').valueOf();
|
||||
const end = moment().endOf('day').valueOf();
|
||||
|
||||
console.log({ start, end, item_queue_id: this.filterParam.queue_id });
|
||||
|
||||
queryBuilder.andWhere(`${this.tableName}.time BETWEEN :start AND :end`, {
|
||||
start,
|
||||
end,
|
||||
|
|
Loading…
Reference in New Issue