vali há 6 anos atrás
pai
commit
3b41b5c109
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      datainf/logic/HttpServerSettelement.php

+ 1 - 1
datainf/logic/HttpServerSettelement.php

@@ -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);
             }