vali 6 years ago
parent
commit
70f3e6fe4f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      datainf/logic/HttpServerSettelement.php

+ 1 - 1
datainf/logic/HttpServerSettelement.php

@@ -301,7 +301,7 @@ class HttpServerSettelement
 
 
             $match_firstModel = isset($matchs_1['0']) ? $matchs_1['0'] : (isset($matchs_2['0']) ? $matchs_2['0'] : false);
             $match_firstModel = isset($matchs_1['0']) ? $matchs_1['0'] : (isset($matchs_2['0']) ? $matchs_2['0'] : false);
             if (!$match_firstModel) {
             if (!$match_firstModel) {
-                throw  new  \Exception('无数据异常-1!', 1100);
+                goto ENDLABLE;
             }
             }
             $gjModel = $logic_obj->getGjDatas($match_firstModel);
             $gjModel = $logic_obj->getGjDatas($match_firstModel);