|
@@ -335,6 +335,7 @@ public class CourseHandoutsServiceImpl extends ServiceImpl<CourseHandoutsMapper,
|
|
|
baseMapper.removeHandouts(handoutsId, tenantId);
|
|
|
baseMapper.removeHandoutsBusiness(handoutsId, tenantId);
|
|
|
baseMapper.removeHandoutsFile(handoutsId, tenantId);
|
|
|
+ baseMapper.removeHandoutsRecord(handoutsId, tenantId);
|
|
|
}
|
|
|
|
|
|
@Override
|