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