Browse Source

异常处理

彭俊 6 năm trước cách đây
mục cha
commit
bbf9d60e53
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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,