Kirin преди 2 години
родител
ревизия
03b7ca7135
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  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'];
             $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();
         $res = $this->search($where)->field($field)->order('sort DESC,id DESC')->failException(false)->select();
-        var_dump(SystemMenus::getLastSql());
         return $res;
         return $res;
     }
     }