vali há 6 anos atrás
pai
commit
597bfde25d
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      datainf/logic/HttpServerOnlySet.php

+ 1 - 1
datainf/logic/HttpServerOnlySet.php

@@ -516,7 +516,7 @@ class HttpServerOnlySet
             //$money_s = floatPointDigit($money_s - $simplexData->money * $this->fanshui);
         }
         $money = floatPointDigit($money_s - $simplexData->money * $this->fanshui);
-        $money = floatPointDigit($money_s);
+        //$money = floatPointDigit($money_s);
 
         $this->PushSqlToArray(" update money_buy_str  set settle_status=2 , game_status=1 , settlement_time='$newTime' , gain_money=$money  where order_id = '$order_id'");
         $this->WriteOrAddSettlement($game_code, $match_id, $bet_type, $order_id, $account_identity, $money);