|
@@ -26,4 +26,6 @@ public interface StudentLiveOldMapper extends BaseMapperPlus<StudentLiveOld, Stu
|
|
Page<StudentLiveOldVo> selectVoMapperPage(@Param("page")Page<Object> build, @Param(Constants.WRAPPER)LambdaQueryWrapper<StudentLiveOld> lqw);
|
|
Page<StudentLiveOldVo> selectVoMapperPage(@Param("page")Page<Object> build, @Param(Constants.WRAPPER)LambdaQueryWrapper<StudentLiveOld> lqw);
|
|
@InterceptorIgnore(tenantLine = "1")
|
|
@InterceptorIgnore(tenantLine = "1")
|
|
List<StudentLiveOldVo> selectVoMapperList(@Param(Constants.WRAPPER)LambdaQueryWrapper<StudentLiveOld> lqw);
|
|
List<StudentLiveOldVo> selectVoMapperList(@Param(Constants.WRAPPER)LambdaQueryWrapper<StudentLiveOld> lqw);
|
|
|
|
+ @InterceptorIgnore(tenantLine = "1")
|
|
|
|
+ StudentLiveOldVo selectVoMapperById(Long liveId);
|
|
}
|
|
}
|