From f6f9437ed094ca8acd01c3bcc20cdabd4771454e Mon Sep 17 00:00:00 2001 From: zhengyongxing Date: Fri, 30 Oct 2020 10:35:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=96=E5=9B=A2=E6=8E=A8=E5=B9=BF=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Controller/CompanyStatementSetController.class.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Application/Admin/Controller/CompanyStatementSetController.class.php b/Application/Admin/Controller/CompanyStatementSetController.class.php index 028081b66..82ae9213f 100644 --- a/Application/Admin/Controller/CompanyStatementSetController.class.php +++ b/Application/Admin/Controller/CompanyStatementSetController.class.php @@ -1096,9 +1096,9 @@ class CompanyStatementSetController extends Controller { ->join("left join tab_game g on s.game_id = g.id") ->select(); - if ($company_id == 64) { - dump($all_list); - } +// if ($company_id == 64) { +// dump($all_list); +// } if(empty($list)){continue;} $game = [];