|
|
@@ -672,7 +672,7 @@ where a.match_id = b.match_id and a.id = b.id ";
|
|
|
'guest_team'=>$matchData->guest_team,
|
|
|
'match_time'=>$matchData->match_date." ".$matchData->match_time,
|
|
|
'match_ptime'=>$matchData->ptime,
|
|
|
- 'match_process'=>$matchData->match_process,
|
|
|
+ 'match_process'=>$matchData->match_process?:'',
|
|
|
'match_score'=>$matchData->match_score,
|
|
|
'p_code_array'=> $p_code_array,
|
|
|
'result_mark'=>$matchData->result_mark,
|