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