vali 6 роки тому
батько
коміт
8355754b20
1 змінених файлів з 1 додано та 1 видалено
  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;