我的考试任务 过滤拦截
正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
... | @@ -172,6 +172,7 @@ public class MybatisInterceptor implements Interceptor { | ... | @@ -172,6 +172,7 @@ public class MybatisInterceptor implements Interceptor { |
172 | || "com.skua.modules.edu.mapper.QuestionMapper.queryPageList".equals(sqlId)//试题分页 | 172 | || "com.skua.modules.edu.mapper.QuestionMapper.queryPageList".equals(sqlId)//试题分页 |
173 | || "com.skua.modules.safe.mapper.SafetyEnvironmentFeeMapper.selectPage".equals(sqlId)//安全环保费 | 173 | || "com.skua.modules.safe.mapper.SafetyEnvironmentFeeMapper.selectPage".equals(sqlId)//安全环保费 |
174 | || "com.skua.modules.edu.mapper.PaperMapper.queryPaperTaskList".equals(sqlId) //考试任务 | 174 | || "com.skua.modules.edu.mapper.PaperMapper.queryPaperTaskList".equals(sqlId) //考试任务 |
175 | || "com.skua.modules.edu.mapper.PaperMapper.selectById".equals(sqlId) //考试任务 | ||
175 | ) { | 176 | ) { |
176 | log.debug("************************------sqlId------**************************" + sqlId); | 177 | log.debug("************************------sqlId------**************************" + sqlId); |
177 | return invocation.proceed(); | 178 | return invocation.proceed(); | ... | ... |
-
请 注册 或 登录 后发表评论