|
@@ -1056,21 +1056,6 @@ public class IndexBaseMonthDataServiceImpl extends BaseServiceImpl<Long, IndexBa
|
|
|
int lowTeacherSalary = indexBaseMonthDataDao.queryLowTeacherSalary(organIds,monthStr, tenantId);
|
|
|
result.add(new IndexErrInfoDto(IndexErrorType.TEACHER_EXPECT_SALARY_BE_LOW, IndexErrorType.TEACHER_EXPECT_SALARY_BE_LOW.getMsg(),lowTeacherSalary, null));
|
|
|
|
|
|
- //乐团学员会员即将到期首页提醒
|
|
|
-// String configValue = sysTenantConfigService.getTenantConfigValue(SysConfigService.PUSH_MEMBER_RENEW_QUIT,tenantId);
|
|
|
-// if (StringUtils.isEmpty(configValue)) {
|
|
|
-// configValue = "15";
|
|
|
-// }
|
|
|
-// List<StudentRegistration> studentRegistrations = studentRegistrationDao.queryMemberEndAutoQuitMusic(configValue,educationUserId,organIds);
|
|
|
-// Set<String> musicGroupIdList = studentRegistrations.stream().map(e -> e.getMusicGroupId()).collect(Collectors.toSet());
|
|
|
-// Set<Integer> userIds = studentRegistrations.stream().map(e -> e.getUserId()).collect(Collectors.toSet());
|
|
|
-// IndexErrInfoDto infoDto = new IndexErrInfoDto();
|
|
|
-// infoDto.setErrorType(IndexErrorType.MEMBER_STUDENT_INFO);
|
|
|
-// infoDto.setNum(musicGroupIdList.size());
|
|
|
-// infoDto.setNum2(userIds.size());
|
|
|
-// infoDto.setDesc(IndexErrorType.MEMBER_STUDENT_INFO.getMsg());
|
|
|
-// result.add(infoDto);
|
|
|
-
|
|
|
//乐团展演计划提醒
|
|
|
List<MusicGroupPerformance> musicGroupPerformances = musicGroupPerformanceDao.findNoStart(educationUserId,organIds);
|
|
|
IndexErrInfoDto infoDto1 = new IndexErrInfoDto();
|