|
@@ -764,9 +764,6 @@ public class IndexBaseMonthDataServiceImpl extends BaseServiceImpl<Long, IndexBa
|
|
|
});
|
|
|
//未加入任何班级学员
|
|
|
CompletableFuture future3 = this.async(()-> {
|
|
|
- oneChild.add(new IndexErrInfoDto(IndexErrorType.MUSIC_PATROL_ITEM,
|
|
|
- indexBaseMonthDataDao.queryErrInspection(organIdList,startTime,tenantId)));
|
|
|
-
|
|
|
IndexErrInfoDto noClassMusicGroupStudentInfo = indexBaseMonthDataDao.getNoClassMusicGroupStudentInfo(organIdList,educationId,tenantId,true);
|
|
|
noClassMusicGroupStudentInfo.setErrorType(IndexErrorType.NO_CLASS_MUSIC_GROUP_STUDENT_ERROR);
|
|
|
noClassMusicGroupStudentInfo.setDesc(IndexErrorType.NO_CLASS_MUSIC_GROUP_STUDENT_ERROR.getMsg());
|