[mod] repository📆modify sorting
This commit is contained in:
parent
6cd5d44449
commit
5744922308
|
|
@ -15,6 +15,6 @@ GROUP BY
|
||||||
HAVING
|
HAVING
|
||||||
(access_level > 0)
|
(access_level > 0)
|
||||||
ORDER BY
|
ORDER BY
|
||||||
access_level,
|
access_level DESC,
|
||||||
id
|
id
|
||||||
;
|
;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue