소스 검색

Merge branch 'master' of http://git.liuniu946.com/Kirin/mccs

zxhxx 2 년 전
부모
커밋
deaa40e4a7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/admin/model/system/SystemMenus.php

+ 1 - 1
app/admin/model/system/SystemMenus.php

@@ -142,7 +142,7 @@ class SystemMenus extends BaseModel
      */
     public static function tidyMenuTier($adminFilter = false, $menusList, $pid = 0, $navList = [])
     {
-        if ($menusList == 21) {
+        if ($pid == 21) {
             dump($menusList);
         }
         static $allAuth = null;