diff --git a/library/think/db/Query.php b/library/think/db/Query.php index 1ef97571..3ba42b2f 100644 --- a/library/think/db/Query.php +++ b/library/think/db/Query.php @@ -1644,7 +1644,7 @@ class Query switch (strtolower($op)) { case 'today': case 'd': - $range = 'today'; + $range = ['today', 'tomorrow']; break; case 'week': case 'w':