|
@@ -753,6 +753,7 @@ public class IndexBaseMonthDataServiceImpl extends BaseServiceImpl<Long, IndexBa
|
|
params.put("jobNature", JobNatureEnum.FULL_TIME);
|
|
params.put("jobNature", JobNatureEnum.FULL_TIME);
|
|
params.put("unDone",1);
|
|
params.put("unDone",1);
|
|
params.put("reminded",0);
|
|
params.put("reminded",0);
|
|
|
|
+ params.put("tenantId",tenantId);
|
|
int serveErrTeacherNum = studentExtracurricularExercisesSituationDao.countTeacherServeInfo(params);
|
|
int serveErrTeacherNum = studentExtracurricularExercisesSituationDao.countTeacherServeInfo(params);
|
|
fourChild.add(new IndexErrInfoDto(IndexErrorType.TEACHER_SERVE_ERROR, IndexErrorType.TEACHER_SERVE_ERROR.getMsg(), serveErrTeacherNum, null));
|
|
fourChild.add(new IndexErrInfoDto(IndexErrorType.TEACHER_SERVE_ERROR, IndexErrorType.TEACHER_SERVE_ERROR.getMsg(), serveErrTeacherNum, null));
|
|
}
|
|
}
|