From d0e700d2e8d6d28e37f7dc54695b4e1065638d02 Mon Sep 17 00:00:00 2001 From: ELF <360197197@qq.com> Date: Mon, 20 Jan 2020 14:01:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=A8=8B=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Home/Controller/ApplyController.class.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/Application/Home/Controller/ApplyController.class.php b/Application/Home/Controller/ApplyController.class.php index 8ac5b2ad0..60ded3316 100644 --- a/Application/Home/Controller/ApplyController.class.php +++ b/Application/Home/Controller/ApplyController.class.php @@ -1624,8 +1624,6 @@ class ApplyController extends BaseController $promotes = getAllPromoteListByType($promoteType); - M('apply', 'tab_')->where(array('game_id' => $gameId, 'promote_id' => $value['id'], 'offline_status' => 0))->count('id'); - $newPromoteData = []; if (count($promotes) > 0) {