vali 6 년 전
부모
커밋
9833b26a34
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Logic/UnSettmatchLogic.php

+ 1 - 1
app/Logic/UnSettmatchLogic.php

@@ -259,7 +259,7 @@ class UnSettmatchLogic
     {
         $model = new MoneyBuyStrModel();
         $model2 = new MoneyBuyMatchModel();
-        $rets2 = $model2->getByAttrs(['match_id' => $match_id, 'bet_type' => 2, 'game_code' => $game_code]);
+        $rets2 = $model2->getByAttrs([['match_id', '=', $match_id], ['bet_type', '=', 2], ['game_code', '=', $game_code]]);
         $orders = [];
         if ($rets2) {
             foreach ($rets2 as $item) {