From f74cfcc756c3b47f6649f0ebd47bd22271b1355c Mon Sep 17 00:00:00 2001 From: liuweiwen <“529520975@qq.com> Date: Fri, 28 Feb 2020 11:51:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=98=93=E5=AE=9D=E6=94=AF?= =?UTF-8?q?=E4=BB=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Admin/Controller/FinancialSummaryController.class.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/Application/Admin/Controller/FinancialSummaryController.class.php b/Application/Admin/Controller/FinancialSummaryController.class.php index b7b23edc9..aee550b32 100644 --- a/Application/Admin/Controller/FinancialSummaryController.class.php +++ b/Application/Admin/Controller/FinancialSummaryController.class.php @@ -32,9 +32,6 @@ class FinancialSummaryController extends AdminController } public function index($p=1) { - $this->beginThismonth = mktime(0,0,0,date('m'),1,date('Y')); - $this->endThismonth = mktime(0,0,0,date('m')+1,1,date('Y'))-1; - dd($this->beginThismonth, $this->endThismonth); if(!array_key_exists("year",$_REQUEST) || !array_key_exists("type",$_REQUEST)){ $this->redirect(ACTION_NAME, array('year' => date('Y',time()),"type"=>2)); }