diff --git a/Application/Admin/Common/extend.php b/Application/Admin/Common/extend.php index 3549679be..a37e87067 100644 --- a/Application/Admin/Common/extend.php +++ b/Application/Admin/Common/extend.php @@ -2039,10 +2039,8 @@ function getPromoteCompanyList() { return $data; } - +//获取游戏cp分成比例 $type=false时返回最低分成比例 function getGameCpRadio($game_id,$amount,$type) { - - if (!$type) { $data = M('cp_game_ratio','tab_')->where(['game_id'=>$game_id])->order('begin_total_amount asc')->find(); } else {