|
@@ -428,7 +428,7 @@ class HttpServerOnlySet
|
|
|
//如果有一条为输的,订单直接为输了
|
|
//如果有一条为输的,订单直接为输了
|
|
|
foreach ($matchDatas as $val) {
|
|
foreach ($matchDatas as $val) {
|
|
|
if ($val->result == -1) {
|
|
if ($val->result == -1) {
|
|
|
- $this->PushSqlToArray("update money_buy_str set wait_match_num=0, prize_note=0, game_status=3, settle_status=2, gain_money=0,settlementtime='" . date('Y-m-d H:i:s') . "' where order_id='$order_id' ");
|
|
|
|
|
|
|
+ $this->PushSqlToArray("update money_buy_str set wait_match_num=0, prize_note=0, game_status=3, settle_status=2, gain_money=0,settlement_time='" . date('Y-m-d H:i:s') . "' where order_id='$order_id' ");
|
|
|
return;
|
|
return;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|