From 06519d41f0b581227061bce5cfe08c49f5685685 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 31 Aug 2022 19:50:18 +0800 Subject: [PATCH] 1 --- webapp/controller/BaseController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)