vali 6 лет назад
Родитель
Сommit
cd09652443
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      app/Lib/Settlement/Adapter/WqRule.php

+ 2 - 2
app/Lib/Settlement/Adapter/WqRule.php

@@ -60,8 +60,8 @@ class WqRule
 
     private function wq_gj_all($home_name, $guest_name, $score_all, $homeguest = 1)
     {
-        $home_score = $score_all['home_score'];
-        $guest_score = $score_all['guest_score'];
+        $home_score = $score_all['home'];
+        $guest_score = $score_all['guest'];
         $return['matchResult'] = $home_score . ':' . $guest_score;
 
         if ($homeguest == 1) {