|
|
|
@ -749,6 +749,11 @@ class CompanyStatementSetController extends Controller {
|
|
|
|
|
// $tratio = $tmp_game_ratio['ratio'];
|
|
|
|
|
$turnover_type = $this->getTurnoverType($t_game_id,$k,$begintime,$endtime);
|
|
|
|
|
|
|
|
|
|
// if ($add_data['company_id'] == 43) {
|
|
|
|
|
// dump($turnover_type);
|
|
|
|
|
// dump($tmp_game_ratio);
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
if ($turnover_type == 2 || $turnover_type == 4) {
|
|
|
|
|
$tratio =$this->getTurnoverRatio($game_all_payment,$tmp_game_ratio['ratio'],$tmp_game_ratio['turnover_ratio']);
|
|
|
|
|
} else {
|
|
|
|
|