优化程序

master
ELF 5 years ago
parent 8136bff2f9
commit d0e700d2e8

@ -1624,8 +1624,6 @@ class ApplyController extends BaseController
$promotes = getAllPromoteListByType($promoteType); $promotes = getAllPromoteListByType($promoteType);
M('apply', 'tab_')->where(array('game_id' => $gameId, 'promote_id' => $value['id'], 'offline_status' => 0))->count('id');
$newPromoteData = []; $newPromoteData = [];
if (count($promotes) > 0) { if (count($promotes) > 0) {

Loading…
Cancel
Save