vali 6 سال پیش
والد
کامیت
ec812ab550
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      datainf/logic/HttpServerOnlySet.php

+ 2 - 1
datainf/logic/HttpServerOnlySet.php

@@ -742,9 +742,10 @@ class HttpServerOnlySet
         $ret = DB::table($table)->where('match_id', $match_id)->first();
         $ret = DB::table($table)->where('match_id', $match_id)->first();
         if ($ret) {
         if ($ret) {
             $this->PDatas['game_result'] = $ret;
             $this->PDatas['game_result'] = $ret;
+        }else{
+            throw  new  \Exception('result 结果为空 异常->' . $match_id, 117);
         }
         }
 
 
-
         return true;
         return true;
     }
     }