From e33b19d4b0f3a16413169a4a3f5cbe4968fe2b51 Mon Sep 17 00:00:00 2001 From: zhengyongxing Date: Fri, 30 Oct 2020 11:01:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=96=E5=9B=A2=E6=8E=A8=E5=B9=BF=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Admin/Controller/CompanyStatementSetController.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Application/Admin/Controller/CompanyStatementSetController.class.php b/Application/Admin/Controller/CompanyStatementSetController.class.php index 12a01ee9e..e4dd85e72 100644 --- a/Application/Admin/Controller/CompanyStatementSetController.class.php +++ b/Application/Admin/Controller/CompanyStatementSetController.class.php @@ -1371,7 +1371,7 @@ class CompanyStatementSetController extends Controller { }elseif($type == 0){ // $tratio =$this->getTurnoverRatio($p_info['all_pay_amount'],$tmp_game_ratio['ratio'],$tmp_game_ratio['turnover_ratio']); // $tratio = $tmp_game_ratio['ratio']; - $turnover_type = $this->getTurnoverType($v['relation_game_id'],$k,$begintime,$endtime); + $turnover_type = $this->getTurnoverType($p_info['relation_game_id'],$k,$begintime,$endtime); if ($turnover_type == 2) { $tratio =$this->getTurnoverRatio($p_info['all_pay_amount'],$tmp_game_ratio['ratio'],$tmp_game_ratio['turnover_ratio']); @@ -1410,7 +1410,7 @@ class CompanyStatementSetController extends Controller { $tratio += $company_ratio; }elseif($type == 0){ - $turnover_type = $this->getTurnoverType($v['relation_game_id'],$k,$begintime,$endtime); + $turnover_type = $this->getTurnoverType($p_info['relation_game_id'],$k,$begintime,$endtime); if ($turnover_type == 2) { $tratio =$this->getTurnoverRatio($p_info['all_pay_amount'],$tmp_game_ratio['ratio'],$tmp_game_ratio['turnover_ratio']);