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) {