[mod] repository📆modify sorting
This commit is contained in:
parent
6cd5d44449
commit
5744922308
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue