我的考试任务 过滤拦截
正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
... | @@ -173,6 +173,7 @@ public class MybatisInterceptor implements Interceptor { | ... | @@ -173,6 +173,7 @@ public class MybatisInterceptor implements Interceptor { |
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 | || "com.skua.modules.edu.mapper.PaperMapper.selectById".equals(sqlId) //考试任务 |
176 | || "com.skua.modules.edu.mapper.PaperMapper.queryMyPaperRecoredByList".equals(sqlId) //考试任务 | ||
176 | ) { | 177 | ) { |
177 | log.debug("************************------sqlId------**************************" + sqlId); | 178 | log.debug("************************------sqlId------**************************" + sqlId); |
178 | return invocation.proceed(); | 179 | return invocation.proceed(); | ... | ... |
-
请 注册 或 登录 后发表评论