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