feat: add column pos name
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
9709c4719b
commit
d708ef9eee
|
@ -123,9 +123,9 @@ export class IndexReconciliationManager extends BaseIndexManager<TransactionEnti
|
||||||
|
|
||||||
if (this.filterParam.counter_name) {
|
if (this.filterParam.counter_name) {
|
||||||
queryBuilder.andWhere(
|
queryBuilder.andWhere(
|
||||||
`${this.tableName}.creator_counter_name In (:...counters)`,
|
`${this.tableName}.creator_counter_name In (:...counterNames)`,
|
||||||
{
|
{
|
||||||
counters: [this.filterParam.counter_name],
|
counterNames: [this.filterParam.counter_name],
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue