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