mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
fix origin alias in qb
This commit is contained in:
parent
fb60808dca
commit
91a5db4c14
@ -45,7 +45,7 @@ final class OriginAggregator implements AggregatorInterface
|
||||
$qb->join('acp.origin', 'acporigin');
|
||||
}
|
||||
|
||||
$qb->addSelect('o.id AS origin_aggregator');
|
||||
$qb->addSelect('acporigin.id AS origin_aggregator');
|
||||
|
||||
$groupby = $qb->getDQLPart('groupBy');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user