diff --git a/Application/Home/Controller/BaseController.class.php b/Application/Home/Controller/BaseController.class.php index ea09d5dc0..f5e4cc9fe 100644 --- a/Application/Home/Controller/BaseController.class.php +++ b/Application/Home/Controller/BaseController.class.php @@ -406,7 +406,7 @@ class BaseController extends HomeController $closePromoteLowest = [334]; if (in_array($topPromote['company_id'], $closePromoteLowest)) { - if ($topPromote['can_view_recharge'] == 1 && $promote['level'] != 4) { + if ($topPromote['can_view_recharge'] == 1 && !in_array($promote['level'], [3, 4])) { return true; } else { return false;