@@ -1840,7 +1840,6 @@ public class ClassGradeUserServiceImpl extends ServiceImpl<ClassGradeUserMapper,
}
@Override
- @DataScope(businessAlias = "cb")
public List<ClassPeriodStudentVo> listUserPeriod(ClassGradeUserQueryBo bo) {
//查询班级学员信息
List<ClassPeriodStudentVo> classPeriodStudentVos = baseMapper.listUserPeriod(bo);
@@ -540,8 +540,6 @@
<if test="periodEndTime != null and periodEndTime !='' ">
AND #{periodEndTime} >= cgu.period_time
</if>
- <!-- 数据范围过滤 -->
- ${params.dataScope}
<if test="periodStatus != 2 and periodStatus != 3">
order by cgu.update_time desc