@@ -45,6 +45,7 @@ public class StudentCompetitionServiceImpl extends BaseServiceImpl<Long, Student
if(StringUtils.isBlank(studentCompetition.getVideoUrl())){
throw new BizException("请指定参赛作品");
}
+ studentCompetition.setIsShow(false);
studentCompetitionDao.insert(studentCompetition);