彭俊 6 vuotta sitten
vanhempi
commit
f6837118aa
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      Application/Sports/Controller/ResultMatch.php

+ 1 - 0
Application/Sports/Controller/ResultMatch.php

@@ -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;
                         }
                     }