|
|
@@ -381,10 +381,12 @@ class HttpServerOnlySet
|
|
|
foreach ($matchDatas as $k => $v) {
|
|
|
if ($v->result == -1) {
|
|
|
|
|
|
+ /*
|
|
|
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 ";
|
|
|
$this->PushSqlToArray([$sql]);
|
|
|
}
|
|
|
+ */
|
|
|
|
|
|
continue;
|
|
|
}
|