|
@@ -131,7 +131,7 @@ class HttpServerOnlySet
|
|
|
|
|
|
|
|
$nowBuyDatasMainModel = $this->PDatas['Money_buy_Orders_Array'][$order_id];
|
|
$nowBuyDatasMainModel = $this->PDatas['Money_buy_Orders_Array'][$order_id];
|
|
|
if ($nowBuyDatasMainModel->status != 1) {
|
|
if ($nowBuyDatasMainModel->status != 1) {
|
|
|
- continue;
|
|
|
|
|
|
|
+ // continue;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
$account_indent = $nowBuyDatasMainModel->account_identity;
|
|
$account_indent = $nowBuyDatasMainModel->account_identity;
|