vali 6 년 전
부모
커밋
70f3e6fe4f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);
             if (!$match_firstModel) {
-                throw  new  \Exception('无数据异常-1!', 1100);
+                goto ENDLABLE;
             }
             $gjModel = $logic_obj->getGjDatas($match_firstModel);