diff --git a/webapp/controller/BaseController.class.php b/webapp/controller/BaseController.class.php index d0e2f035..387d6cfe 100644 --- a/webapp/controller/BaseController.class.php +++ b/webapp/controller/BaseController.class.php @@ -55,7 +55,7 @@ class BaseController { { $net = getReqVal('_net', ''); $zid = $net && strlen($net) > 3 ? $net[2] : 3; - return ($zid >= 1 && $zid <= 4) ? $zid : 3; + return ($zid >= 1 && $zid <= 8) ? $zid : 3; } public function _rspErr($errcode, $errmsg)