From 3f6472e64c474d30ed203645a6f6abfe7f2f10b2 Mon Sep 17 00:00:00 2001 From: chenzhi Date: Fri, 30 Oct 2020 11:11:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=B8=8B=E6=B8=B8=E4=B8=AA?= =?UTF-8?q?=E4=BA=BA=E8=A1=A5=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Controller/CompanyStatementSetController.class.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Application/Admin/Controller/CompanyStatementSetController.class.php b/Application/Admin/Controller/CompanyStatementSetController.class.php index e4dd85e72..4ca3376e3 100644 --- a/Application/Admin/Controller/CompanyStatementSetController.class.php +++ b/Application/Admin/Controller/CompanyStatementSetController.class.php @@ -1379,6 +1379,10 @@ class CompanyStatementSetController extends Controller { $tratio = $tmp_game_ratio['ratio']; } }else{ + $turnover_type = $this->getTurnoverType($p_info['relation_game_id'],$k,$begintime,$endtime); + if ($turnover_type == 2) { + continue; + } //补点 $tratio1 =$this->getTurnoverRatio($p_info['all_pay_amount'],$tmp_game_ratio['ratio'],$tmp_game_ratio['turnover_ratio']); $tratio2 =$tmp_game_ratio['ratio']; @@ -1420,6 +1424,10 @@ class CompanyStatementSetController extends Controller { }else{ + $turnover_type = $this->getTurnoverType($p_info['relation_game_id'],$k,$begintime,$endtime); + if ($turnover_type == 2) { + continue; + } //补点 $tratio1 =$this->getTurnoverRatio($p_info['all_pay_amount'],$tmp_game_ratio['ratio'],$tmp_game_ratio['turnover_ratio']); $tratio2 =$tmp_game_ratio['ratio'];