标准接口BUG修改
正在显示
1 个修改的文件
包含
0 行增加
和
2 行删除
... | @@ -125,8 +125,6 @@ public class MybatisInterceptor implements Interceptor { | ... | @@ -125,8 +125,6 @@ public class MybatisInterceptor implements Interceptor { |
125 | if(anonymous != null ){ | 125 | if(anonymous != null ){ |
126 | return invocation.proceed(); | 126 | return invocation.proceed(); |
127 | } | 127 | } |
128 | |||
129 | System.out.println("sqlId = "+sqlId); | ||
130 | //这些方法不涉及权限 | 128 | //这些方法不涉及权限 |
131 | if ("com.skua.modules.system.mapper.SysDepartMapper.getDepartTreeByJt".equalsIgnoreCase(sqlId) | 129 | if ("com.skua.modules.system.mapper.SysDepartMapper.getDepartTreeByJt".equalsIgnoreCase(sqlId) |
132 | || "com.skua.modules.system.mapper.SysDepartMapper.getDepartTree".equalsIgnoreCase(sqlId) | 130 | || "com.skua.modules.system.mapper.SysDepartMapper.getDepartTree".equalsIgnoreCase(sqlId) | ... | ... |
-
请 注册 或 登录 后发表评论