yangdamao 1 jaar geleden
bovenliggende
commit
af68f929c4

+ 2 - 0
zhongzheng-system/src/main/java/com/zhongzheng/modules/user/mapper/UserExamRecordMapper.java

@@ -1,5 +1,6 @@
 package com.zhongzheng.modules.user.mapper;
 
+import com.baomidou.mybatisplus.annotation.InterceptorIgnore;
 import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 import com.zhongzheng.modules.course.bo.CourseQueryBo;
 import com.zhongzheng.modules.course.vo.CourseVo;
@@ -20,6 +21,7 @@ import java.util.List;
 public interface UserExamRecordMapper extends BaseMapper<UserExamRecord> {
     List<UserExamRecordVo> selectListAll(UserExamRecordQueryBo bo);
 
+    @InterceptorIgnore(tenantLine = "true")
     Long selectDoNum(UserExamRecordQueryBo bo);
 
     Long selectRightNum(UserExamRecordQueryBo bo);