From 861fd07965d50b3cef29568e1d002786dbc578bd Mon Sep 17 00:00:00 2001 From: chenzhi Date: Tue, 28 Apr 2020 14:54:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=A3=80=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Controller/AggregateFinanceStatementController.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Application/Admin/Controller/AggregateFinanceStatementController.class.php b/Application/Admin/Controller/AggregateFinanceStatementController.class.php index af16750ad..e1a3a7bcf 100644 --- a/Application/Admin/Controller/AggregateFinanceStatementController.class.php +++ b/Application/Admin/Controller/AggregateFinanceStatementController.class.php @@ -64,10 +64,10 @@ class AggregateFinanceStatementController extends ThinkController $map['create_time'] = ['ELT', strtotime($_REQUEST['time_end2']) + 86399]; } - if ($_REQUEST['verify_status']) { + if (isset($_REQUEST['verify_status'])) { $map['verify_status'] = $_REQUEST['verify_status']; } - if ($_REQUEST['channel_id']) { + if (isset($_REQUEST['channel_id'])){ $map['channel_id'] = $_REQUEST['channel_id']; } $typeflag = false;