order by status

This commit is contained in:
Ibnu Maksum 2024-05-17 16:45:41 +07:00
parent d94c62d6fc
commit b5a9190ae7
No known key found for this signature in database
GPG key ID: 7FC82848810579E5
4 changed files with 9 additions and 2 deletions

View file

@ -613,7 +613,8 @@ switch ($action) {
$order_pos = [
'username' => 0,
'created_at' => 8,
'balance' => 3
'balance' => 3,
'status' => 7
];
if ($search != '') {