|
|
|
@ -935,6 +935,7 @@ class CompanyStatementSetController extends Controller {
|
|
|
|
|
$v['reward'] = 0;
|
|
|
|
|
$v['platform_amount'] = 0;
|
|
|
|
|
if(!isset($v['list'])){continue;}
|
|
|
|
|
$company_belong = $pc[$v['id']]['company_belong'];
|
|
|
|
|
//服务器费用
|
|
|
|
|
if ($type < 2) {
|
|
|
|
|
if ($v['has_server_fee'] == 1 && $v['server_fee'] > 0) {
|
|
|
|
|