|
@@ -363,6 +363,8 @@ public class StudentLessonTrainingDetailServiceImpl extends ServiceImpl<StudentL
|
|
}
|
|
}
|
|
} else if ("VIDEO".equals(studentLessonTrainingDetail.getHomeworkType())){
|
|
} else if ("VIDEO".equals(studentLessonTrainingDetail.getHomeworkType())){
|
|
studentLessonTrainingDetail.setUseStatus("UNLOCK");
|
|
studentLessonTrainingDetail.setUseStatus("UNLOCK");
|
|
|
|
+ }else if ("DESCRIPTION".equals(studentLessonTrainingDetail.getHomeworkType())){
|
|
|
|
+ studentLessonTrainingDetail.setUseStatus("UNLOCK");
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|