|
|
@@ -290,7 +290,7 @@ class HttpServerSettelement
|
|
|
if ($bettype == 1) {
|
|
|
$chekArr = $this->Match_check($order_ids, $bettype);
|
|
|
if (empty($chekArr) || count($chekArr) != 1) {
|
|
|
- throw new \Exception('不同场比赛不能同时结算!', 1105);
|
|
|
+ throw new \Exception('不同场比赛不能同时结算(或作废撤单)!', 1105);
|
|
|
}
|
|
|
unset($chekArr);
|
|
|
}
|