|
@@ -129,8 +129,8 @@ class HttpServerOnlySet
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
$nowBuyDatasMainModel = $this->PDatas['Money_buy_Orders_Array'][$order_id];
|
|
$nowBuyDatasMainModel = $this->PDatas['Money_buy_Orders_Array'][$order_id];
|
|
|
- if ($nowBuyDatasMainModel->settle_status == 2 && $settype == 1) {
|
|
|
|
|
- // continue;
|
|
|
|
|
|
|
+ if ($nowBuyDatasMainModel != 1) {
|
|
|
|
|
+ continue;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
$account_indent = $nowBuyDatasMainModel->account_identity;
|
|
$account_indent = $nowBuyDatasMainModel->account_identity;
|