mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-06 07:02:47 +08:00
改进today的日期查询
This commit is contained in:
@@ -1644,7 +1644,7 @@ class Query
|
|||||||
switch (strtolower($op)) {
|
switch (strtolower($op)) {
|
||||||
case 'today':
|
case 'today':
|
||||||
case 'd':
|
case 'd':
|
||||||
$range = 'today';
|
$range = ['today', 'tomorrow'];
|
||||||
break;
|
break;
|
||||||
case 'week':
|
case 'week':
|
||||||
case 'w':
|
case 'w':
|
||||||
|
|||||||
Reference in New Issue
Block a user