vali před 6 roky
rodič
revize
8355754b20
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      datainf/logic/HttpServerOnlySet.php

+ 1 - 1
datainf/logic/HttpServerOnlySet.php

@@ -243,7 +243,7 @@ class HttpServerOnlySet
 
         foreach ($nowArray as $tmp_orderid => $ttttobj) {
             $now_order = $this->PDatas['Money_buy_Orders_Array'][$tmp_orderid];
-            if ($now_order->gain_money * 100 > 0 && $now_order->game_status != 2) {
+            if ($now_order->gain_money * 100 > 0 && ($now_order->settle_status == 2 || $now_order->settle_status == 3)) {
                 $order_id = $now_order->order_id;
                 $account_identity = $now_order->account_identity;
                 $account = $this->PDatas['account_map_array'][$account_identity]->account;