From 39c43c1bee9a6a7da3b871610703fb545e4c4cd0 Mon Sep 17 00:00:00 2001 From: chenzhi Date: Wed, 5 Feb 2020 17:32:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=B8=B8=E6=88=8F=E5=88=86?= =?UTF-8?q?=E6=88=90=E6=AF=94=E4=BE=8B=E8=8E=B7=E5=8F=96=E5=87=BD=E6=95=B0?= =?UTF-8?q?=E5=A4=87=E6=B3=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/Common/extend.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 {