vali 6 năm trước cách đây
mục cha
commit
191ca881fa

+ 1 - 1
app/Lib/Settlement/SettlementWinFail.php

@@ -358,7 +358,7 @@ class SettlementWinFail
         $table = 'st_' . $game_code . '_competition';
         $table = 'st_' . $game_code . '_competition';
         $ret = DB::table($table)->where('id', $batch_id)->first();
         $ret = DB::table($table)->where('id', $batch_id)->first();
         if (count($ret) <= 0) {
         if (count($ret) <= 0) {
-            throw new  \Exception('根据比赛ID获取赛事数据有误');
+            throw new  \Exception('根据比赛ID获取赛事数据有误-'.$batch_id);
         }
         }
         $this->CompostionDatas[$game_code][$batch_id] = $ret;
         $this->CompostionDatas[$game_code][$batch_id] = $ret;
         return $ret;
         return $ret;