|
|
@@ -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;
|