|
@@ -980,7 +980,9 @@ public class IndexBaseMonthDataServiceImpl extends BaseServiceImpl<Long, IndexBa
|
|
params.put("organIds", organIds);
|
|
params.put("organIds", organIds);
|
|
params.put("monday",monDayDate.toString());
|
|
params.put("monday",monDayDate.toString());
|
|
params.put("sunday",sunDayDate.toString());
|
|
params.put("sunday",sunDayDate.toString());
|
|
|
|
+ params.put("jobNature", JobNatureEnum.FULL_TIME);
|
|
params.put("unDone",1);
|
|
params.put("unDone",1);
|
|
|
|
+ params.put("reminded",0);
|
|
int serveErrTeacherNum = studentExtracurricularExercisesSituationDao.countTeacherServeInfo(params);
|
|
int serveErrTeacherNum = studentExtracurricularExercisesSituationDao.countTeacherServeInfo(params);
|
|
if(serveErrTeacherNum > 0){
|
|
if(serveErrTeacherNum > 0){
|
|
flag4 = true;
|
|
flag4 = true;
|