From 9083471980697df39ff61f6c37507ccf4a87fae3 Mon Sep 17 00:00:00 2001 From: chenzhi Date: Fri, 30 Oct 2020 11:16:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=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 7ab42ad36..c116005c2 100644 --- a/Application/Admin/Controller/CompanyStatementSetController.class.php +++ b/Application/Admin/Controller/CompanyStatementSetController.class.php @@ -744,6 +744,10 @@ class CompanyStatementSetController extends Controller { } }else{ //补点 + $turnover_type = $this->getTurnoverType($t_game_id,$k,$begintime,$endtime); + if ($turnover_type == 2) { + continue; + } $tratio1 =$this->getTurnoverRatio($game_all_payment,$tmp_game_ratio['ratio'],$tmp_game_ratio['turnover_ratio']); $tratio2 =$tmp_game_ratio['ratio']; $tratio = $tratio1-$tratio2+$company_ratio; @@ -783,6 +787,10 @@ class CompanyStatementSetController extends Controller { $tratio = $tmp_game_ratio['ratio']; } }else{ + $turnover_type = $this->getTurnoverType($t_game_id,$k,$begintime,$endtime); + if ($turnover_type == 2) { + continue; + } //补点 $tratio1 =$this->getTurnoverRatio($game_all_payment,$tmp_game_ratio['ratio'],$tmp_game_ratio['turnover_ratio']); $tratio2 =$tmp_game_ratio['ratio'];