|
|
|
@ -766,6 +766,9 @@ class CompanyStatementPoolController extends ThinkController
|
|
|
|
|
foreach($infolist as $k=>&$v){
|
|
|
|
|
$v['statement_info'] = json_decode($v['statement_info'],true);
|
|
|
|
|
$v['company_info'] = json_decode($v['company_info'],true);
|
|
|
|
|
if($v['withdraw_type'] == 3){
|
|
|
|
|
$v['company_info']['nickname'] = $v['statement_info'][0]['real_name'];
|
|
|
|
|
}
|
|
|
|
|
$v['statement_begin_time'] = date('Y.m.d',$v['statement_begin_time']);
|
|
|
|
|
$v['statement_end_time'] = date('Y.m.d',$v['statement_end_time']);
|
|
|
|
|
if( isset($v['verify_status'])){
|
|
|
|
|