Kirin il y a 2 ans
Parent
commit
03b7ca7135
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      app/dao/system/SystemMenusDao.php

+ 0 - 1
app/dao/system/SystemMenusDao.php

@@ -46,7 +46,6 @@ class SystemMenusDao extends BaseDao
             $field = ['id', 'menu_name', 'icon', 'pid', 'sort', 'menu_path', 'is_show', 'header', 'is_header', 'is_show_path'];
         }
         $res = $this->search($where)->field($field)->order('sort DESC,id DESC')->failException(false)->select();
-        var_dump(SystemMenus::getLastSql());
         return $res;
     }