From ca2513bb7a2a93c51083baae67e7533bf9b983b2 Mon Sep 17 00:00:00 2001 From: li Date: Fri, 29 May 2026 21:17:13 +0800 Subject: [PATCH] =?UTF-8?q?feat(agent-home):=20=E9=A6=96=E9=A1=B5=E4=BB=8A?= =?UTF-8?q?=E6=97=A5=E6=8A=95=E6=B3=A8=E7=BB=9F=E8=AE=A1(tpbet)=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E6=97=B6=E9=97=B4=E7=BB=9F=E4=B8=80=E4=B8=BA=2008:00:?= =?UTF-8?q?00~=E6=AC=A1=E6=97=A507:59:59?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/agent/controller/Login.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/agent/controller/Login.php b/application/agent/controller/Login.php index 765b7bb..c1a616f 100755 --- a/application/agent/controller/Login.php +++ b/application/agent/controller/Login.php @@ -260,13 +260,13 @@ class Login extends Controller { if($startDate){ $startTime = strtotime($startDate); }else{ - $startTime = strtotime(date('Y-m-d')); + $startTime = strtotime(date('Y-m-d') . ' 08:00:00'); $get['startDate'] = date('Y-m-d H:i:s',$startTime); } if($endDate){ $endTime = strtotime($endDate); }else{ - $endTime = time(); + $endTime = strtotime(date('Y-m-d', strtotime('+1 day')) . ' 07:59:59'); $get['endDate'] = date('Y-m-d H:i:s',$endTime); } $where = array();