From 2ff89343026c94b914af2bad995321c9415f031a Mon Sep 17 00:00:00 2001 From: chenzhi Date: Wed, 22 Dec 2021 12:14:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=BB=93=E7=AE=97bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Admin/Controller/CompanyStatementSetController.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Application/Admin/Controller/CompanyStatementSetController.class.php b/Application/Admin/Controller/CompanyStatementSetController.class.php index 46528127d..8a55d8ea3 100644 --- a/Application/Admin/Controller/CompanyStatementSetController.class.php +++ b/Application/Admin/Controller/CompanyStatementSetController.class.php @@ -2100,7 +2100,7 @@ class CompanyStatementSetController extends Controller { { $begintime = strtotime(str_replace('.','-',$begintime)); - $endtime = strtotime(str_replace('.','-',$endtime))+86499; + $endtime = strtotime(str_replace('.','-',$endtime))+86399; //获取所有公司的奖罚 $rrmap = array( @@ -2149,7 +2149,7 @@ class CompanyStatementSetController extends Controller { { $begintime = strtotime(str_replace('.','-',$begintime)); - $endtime = strtotime(str_replace('.','-',$endtime))+86499; + $endtime = strtotime(str_replace('.','-',$endtime))+86399; //获取所有公司的奖罚 $rrmap = array(