|
|
@@ -64,6 +64,7 @@ class ResultMatch extends Controller{
|
|
|
foreach($match_result_league as $k=>$v){
|
|
|
foreach($match_result_match as $kk=>$vv){
|
|
|
if($v['league_id'] == $vv['league_id']){
|
|
|
+ $vv['play_data'] = \json_decode($vv['play_data'],true);
|
|
|
$v['match_data'][] = $vv;
|
|
|
}
|
|
|
}
|