Update: 2026-07-05 18:35:41

This commit is contained in:
Hamza-Ayed
2026-07-05 18:35:41 +03:00
parent 63ae10e612
commit 23a5d5fec1
+2 -2
View File
@@ -61,8 +61,8 @@ $sqlHistory = "
AND HOUR(created_at) = :next_hour
AND DAYOFWEEK(created_at) = :dow
AND created_at >= DATE_SUB(NOW(), INTERVAL :weeks WEEK)
AND pickup_lat != 0
AND pickup_lng != 0
AND start_location != ''
AND start_location IS NOT NULL
GROUP BY cell_lat, cell_lng, country_code
HAVING demand_score >= 2
ORDER BY demand_score DESC