|
|
@@ -241,11 +241,10 @@ class HttpServerOnlySet
|
|
|
//先前赢过钱的得先扣回来,写流水,再重新计算,
|
|
|
$money_time = date("Y-m-d H:i:s");
|
|
|
|
|
|
-
|
|
|
- $moneys_this = $this->CountDetailsTounSet($ids);
|
|
|
+ $moneys_this = $this->CountDetailsTounSet($order_ids);
|
|
|
foreach ($moneys_this as $tmp_orderid => $ttttobj) {
|
|
|
$now_order = $this->PDatas['Money_buy_Orders_Array'][$tmp_orderid];
|
|
|
- if (abs($ttttobj['cha']) > 0) {
|
|
|
+ if ($ttttobj['cha'] !== 0) {
|
|
|
$order_id = $now_order->order_id;
|
|
|
$account_identity = $now_order->account_identity;
|
|
|
$account = $this->PDatas['account_map_array'][$account_identity]->account;
|