APPLE 3 лет назад
Родитель
Сommit
14c8cbe27f
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      app/Services/Common/MenuService.php

+ 1 - 0
app/Services/Common/MenuService.php

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