|
@@ -363,6 +363,7 @@ class HttpServerOnlySet
|
|
|
|
|
|
|
|
$result = $this->PDatas['game_result'];
|
|
$result = $this->PDatas['game_result'];
|
|
|
if ($result->status == 1) {
|
|
if ($result->status == 1) {
|
|
|
|
|
+ echo '比赛未结束,不能更改为全部已结算状态-- ' . $game_code . ' -match_id ' . $match_id . "\n";
|
|
|
//未结束的比赛不改状态
|
|
//未结束的比赛不改状态
|
|
|
return;
|
|
return;
|
|
|
}
|
|
}
|