@@ -284,6 +284,7 @@ class MenuService extends BaseService
$permissionList = $this->model
->select("permission")
->where("type", "=", 1)
+ ->where("status", "=", 1)
->where("mark", "=", 1)
->get()
->toArray();