|
|
|
@ -2119,7 +2119,7 @@ class CompanyStatementController extends ThinkController
|
|
|
|
|
|
|
|
|
|
$handleData[$_REQUEST['company_id']]['company_name'] = $companyData['company_name'];
|
|
|
|
|
$handleData[$_REQUEST['company_id']]['begin_time'][] = $value['end_time'] + 1;
|
|
|
|
|
$handleData[$_REQUEST['company_id']]['end_time'][] = strtotime(I('time_end'))-86399;
|
|
|
|
|
$handleData[$_REQUEST['company_id']]['end_time'][] = strtotime(I('time_end'))+86399;
|
|
|
|
|
$handleData[$_REQUEST['company_id']]['relation_game_id'][] = $value['relation_game_id'];
|
|
|
|
|
$handleData[$_REQUEST['company_id']]['relation_game_name'][] = $value['relation_game_name'];
|
|
|
|
|
$handleData[$_REQUEST['company_id']]['ratio'][] = $handleRadioMould[$value['relation_game_id']]['ratio']?$handleRadioMould[$value['relation_game_id']]['ratio']:0;
|
|
|
|
|