vali 6 سال پیش
والد
کامیت
e0a2820ec4
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      app/Logic/WinfailLogic.php

+ 1 - 1
app/Logic/WinfailLogic.php

@@ -376,7 +376,7 @@ class WinfailLogic
         if ($bet_type == 1) {
             DB::update("update money_buy_simplex  set game_status=$rwin  where  order_id='$order_id' and   game_code='$game_code' and  match_id='$match_id'  ");
         } else {
-            DB::update("update money_buy_str  set game_status=$rwin  where  order_id='$order_id' and   game_code='$game_code' and  match_id='$match_id'  ");
+            DB::update("update money_buy_str  set game_status=$rwin  where  order_id='$order_id'  ");
         }
 
         return 1;