Rapsys Git
/
airbundle
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc3ccf8
)
Rename RapsysAirBundle:GroupUser to RapsysAirBundle:UserGroup
author
Raphaël Gertz
<git@rapsys.eu>
Thu, 13 Oct 2022 12:13:50 +0000
(14:13 +0200)
committer
Raphaël Gertz
<git@rapsys.eu>
Thu, 13 Oct 2022 12:13:50 +0000
(14:13 +0200)
Repository/SessionRepository.php
patch
|
blob
|
history
diff --git
a/Repository/SessionRepository.php
b/Repository/SessionRepository.php
index 2893d74c344bdae6d9d815393296d6094be496d0..7c6f57417bd4c1964a07c816bb4028cd32d49691 100644
(file)
--- a/
Repository/SessionRepository.php
+++ b/
Repository/SessionRepository.php
@@
-2070,7
+2070,7
@@
FROM (
d.l_previous,
d.g_score,
d.o_tr_ratio,
- MAX(
gu
.group_id) AS group_id,
+ MAX(
ug
.group_id) AS group_id,
d.remaining,
d.premium,
d.hotspot,
@@
-2146,7
+2146,7
@@
FROM (
ORDER BY NULL
LIMIT 0, :limit
) AS d
- LEFT JOIN RapsysAirBundle:
GroupUser AS gu ON (gu
.user_id = d.user_id)
+ LEFT JOIN RapsysAirBundle:
UserGroup AS ug ON (ug
.user_id = d.user_id)
GROUP BY d.id
LIMIT 0, :limit
) AS e