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;