|
|
@@ -441,7 +441,7 @@ class HttpServerOnlySet
|
|
|
if ($simplexData->status == 1) {
|
|
|
foreach ($matchDatas as $k => $v) {
|
|
|
if ($v->result == -1) {
|
|
|
-
|
|
|
+ $this->PushSqlToArray(["update money_buy_simplex set settle_status=2, game_status=2 where order_id='$order_id' "]);
|
|
|
/*
|
|
|
if (isset($this->PDatas['money_detail_array'][$order_id])) {
|
|
|
$sql = "update money_details set money=0 where account_identity='$account_identity' and trade_id='$order_id' and trade_type=4 ";
|