소스 검색

异常处理

彭俊 6 년 전
부모
커밋
bbf9d60e53
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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,