From 33fd475d5b2e0fd32c4ed16f8a5409d68a5d5026 Mon Sep 17 00:00:00 2001 From: chenzhi Date: Thu, 21 Oct 2021 14:17:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=97=97=E4=BA=91=E7=BA=BF?= =?UTF-8?q?=E4=B8=8B=E6=89=93=E6=AC=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Controller/CompanyStatementOfflineController.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Application/Admin/Controller/CompanyStatementOfflineController.class.php b/Application/Admin/Controller/CompanyStatementOfflineController.class.php index bdc553233..e5c4a9fd8 100644 --- a/Application/Admin/Controller/CompanyStatementOfflineController.class.php +++ b/Application/Admin/Controller/CompanyStatementOfflineController.class.php @@ -33,7 +33,7 @@ class CompanyStatementOfflineController extends ThinkController $this->assign('menubtn',$this->menuAuth()); $map = [ - "c.verify_status"=>2, + // "c.verify_status"=>2, "p.verify_status"=>['in',[2,3,4,5]] ]; if (isset($_REQUEST['time_start']) && isset($_REQUEST['time_end'])) { @@ -87,7 +87,7 @@ class CompanyStatementOfflineController extends ThinkController ->page($page,$row) ->order("id desc") ->select(); - + foreach($data as $k => &$v) { $v['statement_begin_time'] = date('Y.m.d',$v['statement_begin_time']);