彭俊 6 anni fa
parent
commit
bbf9d60e53
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Application/Sports/Controller/MatchList.php

+ 1 - 1
Application/Sports/Controller/MatchList.php

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