11月功能提交

master
zhengyongxing 4 years ago
parent 5add29fa6b
commit 36d40bc24e

@ -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 {

Loading…
Cancel
Save