mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
fix: [referrer scope aggregator] fix period overlapping
This commit is contained in:
parent
48f5e7d21f
commit
2b42db87dc
@ -64,7 +64,7 @@ class ReferrerScopeAggregator implements AggregatorInterface
|
|||||||
$qb->expr()->lte($userHistory . '.startDate', ':' . $dateCalc),
|
$qb->expr()->lte($userHistory . '.startDate', ':' . $dateCalc),
|
||||||
$qb->expr()->orX(
|
$qb->expr()->orX(
|
||||||
$qb->expr()->isNull($userHistory . '.endDate'),
|
$qb->expr()->isNull($userHistory . '.endDate'),
|
||||||
$qb->expr()->lt($userHistory . '.endDate', ':' . $dateCalc)
|
$qb->expr()->gt($userHistory . '.endDate', ':' . $dateCalc)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user