@@ -27,7 +27,7 @@ public class HttpRequestAopFilter {
if(uri.contains("LogController")){
if(null != ShiroUtils.getUser()){
if(!"1".equals(ShiroUtils.getUserId())){
- throw new Exception("该接口没有访问权限!");
+// throw new Exception("该接口没有访问权限!");
}