|
@@ -372,6 +372,9 @@ public class TeacherAttendanceServiceImpl extends BaseServiceImpl<Long, TeacherA
|
|
|
StringUtils.join(scoreSubjectDto.getMusicScoreIdList(),","),
|
|
|
JSONObject.toJSONString(scoreSubjectDto.getMusicScoreHomeworkDtoList()),
|
|
|
userIdList));
|
|
|
+ if (CollectionUtils.isEmpty(scoreSubjectDto.getStudentLessonTrainingDetails())) {
|
|
|
+ continue;
|
|
|
+ }
|
|
|
|
|
|
for (StudentLessonTrainingDetailWrapper.AddStudentLessonTrainingDetail studentLessonTrainingDetail : scoreSubjectDto.getStudentLessonTrainingDetails()) {
|
|
|
studentLessonTrainingDetail.setSubjectId(scoreSubjectDto.getSubjectId());
|