vali 6 年之前
父節點
當前提交
776ca69ce9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      datainf/logic/HttpServerOnlySet.php

+ 1 - 1
datainf/logic/HttpServerOnlySet.php

@@ -240,7 +240,7 @@ class HttpServerOnlySet
 
         //先前赢过钱的得先扣回来,写流水,再重新计算,
         $money_time = date("Y-m-d H:i:s");
-        foreach ($nowArray as $tmp_orderid) {
+        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) {
                 $order_id = $now_order->order_id;