|
|
@@ -1,5 +1,6 @@
|
|
|
package com.zhongzheng.modules.grade.mapper;
|
|
|
|
|
|
+import com.baomidou.mybatisplus.annotation.InterceptorIgnore;
|
|
|
import com.zhongzheng.modules.base.bo.ConsoleQueryBo;
|
|
|
import com.zhongzheng.modules.goods.vo.GoodsVo;
|
|
|
import com.zhongzheng.modules.grade.bo.ClassGradeQueryBo;
|
|
|
@@ -56,4 +57,7 @@ public interface ClassGradeMapper extends BaseMapper<ClassGrade> {
|
|
|
List<ClassGradeVo> listGradeSubjects();
|
|
|
|
|
|
List<ClassGradeVo> queryCountList(Long businessId);
|
|
|
+
|
|
|
+ @InterceptorIgnore(tenantLine = "true")
|
|
|
+ Integer queryOfficialGradeCount(ClassGradeQueryBo bo);
|
|
|
}
|