vali преди 6 години
родител
ревизия
9725e45b6a
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      app/Logic/WinfailLogic.php

+ 1 - 1
app/Logic/WinfailLogic.php

@@ -301,7 +301,7 @@ class WinfailLogic
             if ($bet_type == 1) {
                 DB::update("update money_buy_simplex  set game_status=$rwin  where game_code='$game_code' and  match_id=$match_id and  order_id in ( $sql)");
             } else {
-                DB::update("update money_buy_str  set game_status=$rwin  where order_id in ( $sql)");
+              //DB::update("update money_buy_str  set game_status=$rwin  where order_id in ( $sql)");
             }
         }
         DB::update("update  comendnotice set  status=1,result=1,done_time='$nowtime',pcount=pcount+1  where  id=$noticeId ");