add new featurs like realtime 2026-5-11-1
This commit is contained in:
@@ -18,7 +18,7 @@ try {
|
||||
FROM driver d
|
||||
JOIN ride r ON d.id = r.driver_id
|
||||
WHERE r.status = 'Finished'
|
||||
GROUP BY d.id
|
||||
GROUP BY d.id, d.first_name, d.last_name, d.phone
|
||||
ORDER BY completed_rides DESC
|
||||
LIMIT 10
|
||||
");
|
||||
|
||||
4363
invest_code.php
Normal file
4363
invest_code.php
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user