|
@@ -467,6 +467,7 @@ public class IndexBaseMonthDataServiceImpl extends BaseServiceImpl<Long, IndexBa
|
|
|
params.put("sunday",sunDayDate.toString());
|
|
|
params.put("jobNature", JobNatureEnum.FULL_TIME);
|
|
|
params.put("unDone",1);
|
|
|
+ params.put("reminded",0);
|
|
|
int serveErrTeacherNum = studentExtracurricularExercisesSituationDao.countTeacherServeInfo(params);
|
|
|
fourChild.add(new IndexErrInfoDto(IndexErrorType.TEACHER_SERVE_ERROR, IndexErrorType.TEACHER_SERVE_ERROR.getMsg(), serveErrTeacherNum, null));
|
|
|
|
|
@@ -609,6 +610,7 @@ public class IndexBaseMonthDataServiceImpl extends BaseServiceImpl<Long, IndexBa
|
|
|
params.put("sunday",sunDayDate.toString());
|
|
|
params.put("jobNature", JobNatureEnum.FULL_TIME);
|
|
|
params.put("unDone",1);
|
|
|
+ params.put("reminded",0);
|
|
|
List<Map<Integer, Integer>> teacherServeErrorMapList = indexBaseMonthDataDao.countOrganTeacherServeInfo(params);
|
|
|
teacherServeErrorMap = MapUtil.mapListToMap(teacherServeErrorMapList, Integer.class, Integer.class);
|
|
|
}
|