|
|
$this->PushSqlToArray(" update money_buy_str set settle_status=2 , game_status=1 , settlementtime='$newTime' , gain_money=$money where order_id = '$order_id'");
|
|
$this->PushSqlToArray(" update money_buy_str set settle_status=2 , game_status=1 , settlementtime='$newTime' , gain_money=$money where order_id = '$order_id'");
|
|
|
$this->WriteOrAddSettlement($game_code, $match_id, $bet_type, $order_id, $account_identity, $money);
|
|
$this->WriteOrAddSettlement($game_code, $match_id, $bet_type, $order_id, $account_identity, $money);
|