|
|
@@ -143,8 +143,8 @@ class St_zq_competition extends Model
|
|
|
$matchData[$k]['home_score'] = $vv->home_score?:0;
|
|
|
$matchData[$k]['guest_score'] = $vv->guest_score?:0;
|
|
|
}
|
|
|
- $matchData[$k]['a_time'] = $vv->a_time?:C()->get('commonFunction')->getMatchTime($v['match_date'],$v['match_time']);
|
|
|
- $matchData[$k]['match_process'] = $vv->match_process?:C()->get('commonFunction')->getMatchProcess( $matchData[$k]['a_time'],$ret['game_code']);
|
|
|
+ $matchData[$k]['a_time'] = $vv->a_time;//?:C()->get('commonFunction')->getMatchTime($v['match_date'],$v['match_time']);
|
|
|
+ $matchData[$k]['match_process'] = $vv->match_process;//?:C()->get('commonFunction')->getMatchProcess( $matchData[$k]['a_time'],$ret['game_code']);
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
@@ -157,8 +157,8 @@ class St_zq_competition extends Model
|
|
|
$matchData[$k]['home_score'] = 0;
|
|
|
$matchData[$k]['guest_score'] = 0;
|
|
|
}
|
|
|
- $matchData[$k]['a_time'] = C()->get('commonFunction')->getMatchTime($v['match_date'],$v['match_time']);
|
|
|
- $matchData[$k]['match_process'] = C()->get('commonFunction')->getMatchProcess( $matchData[$k]['a_time'],$ret['game_code']);
|
|
|
+ $matchData[$k]['a_time'] = 0;//C()->get('commonFunction')->getMatchTime($v['match_date'],$v['match_time']);
|
|
|
+ $matchData[$k]['match_process'] = '';//C()->get('commonFunction')->getMatchProcess( $matchData[$k]['a_time'],$ret['game_code']);
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@@ -173,8 +173,8 @@ class St_zq_competition extends Model
|
|
|
$matchData[$k]['home_score'] = 0;
|
|
|
$matchData[$k]['guest_score'] = 0;
|
|
|
}
|
|
|
- $matchData[$k]['a_time'] = C()->get('commonFunction')->getMatchTime($v['match_date'],$v['match_time']);
|
|
|
- $matchData[$k]['match_process'] = C()->get('commonFunction')->getMatchProcess( $matchData[$k]['a_time'],$ret['game_code']);
|
|
|
+ $matchData[$k]['a_time'] = 0;// C()->get('commonFunction')->getMatchTime($v['match_date'],$v['match_time']);
|
|
|
+ $matchData[$k]['match_process'] = '';//C()->get('commonFunction')->getMatchProcess( $matchData[$k]['a_time'],$ret['game_code']);
|
|
|
}
|
|
|
}
|
|
|
}
|