|
|
@@ -102,7 +102,7 @@ public class FsVideoCourseTagServiceImpl extends ServiceImpl<FsVideoCourseTagMap
|
|
|
return baseMapper.insertFsVideoCourseTag(fsVideoCourseTag);
|
|
|
}catch (DuplicateKeyException e){
|
|
|
log.info("同一主体的小节添加标签不允许重复!");
|
|
|
- throw new RuntimeException("同一主体的小节不允许重复!");
|
|
|
+ throw new RuntimeException("同一主体的小节添加标签不允许重复!");
|
|
|
}
|
|
|
}
|
|
|
|