|
@@ -108,6 +108,9 @@ public class StudentLessonExaminationDetailServiceImpl extends ServiceImpl<Stude
|
|
|
return new ArrayList<>();
|
|
|
}
|
|
|
for (StudentLessonExaminationDetailDto studentLessonExaminationDetailDto : studentLessonExaminationDetailDtos) {
|
|
|
+ if ("DESCRIPTION".equals(studentLessonExaminationDetailDto.getHomeworkType())){
|
|
|
+ studentLessonExaminationDetailDto.setUseStatus("UNLOCK");
|
|
|
+ }
|
|
|
if (StringUtils.isEmpty(studentLessonExaminationDetailDto.getFileJsons())) {
|
|
|
continue;
|
|
|
}
|