vali 6 лет назад
Родитель
Сommit
889064b4d6
2 измененных файлов с 2 добавлено и 1 удалено
  1. 1 1
      app/Http/Model/StZqResult.php
  2. 1 0
      datainf/logic/HttpServerSettelement.php

+ 1 - 1
app/Http/Model/StZqResult.php

@@ -376,7 +376,7 @@ class StZqResult extends Model
 
         //上半场
         $sql_h = "select a.match_id,a.home_team,a.guest_team,a.home_score,a.guest_score,a.corner_result,a.penalty_result,a.match_time as a_time,a.match_process,a.all_goal,a.first_score,a.last_score,a.match_score,a.match_winer from st_zq_result_record a,
-        (select match_id,max(id) id from st_zq_result_record where match_process = '半场' and match_id IN ($match_ids_str) group by match_id)b
+        (select match_id,max(id) id from st_zq_result_record where match_process = '半场' and match_id IN ($match_ids_str) group by match_id)b
         where a.match_id = b.match_id and a.id = b.id ";
 
         //全场

+ 1 - 0
datainf/logic/HttpServerSettelement.php

@@ -253,6 +253,7 @@ class HttpServerSettelement
         unset($logic_obj, $match_datas, $orderInfo, $rets);
         $response->end($data);
         echo $data . "\n";
+        return;
     }