|  | @@ -404,6 +404,7 @@ public class IndexBaseMonthDataServiceImpl extends BaseServiceImpl<Long, IndexBa
 | 
	
		
			
				|  |  |  			params.put("organIds", organIds);
 | 
	
		
			
				|  |  |  			params.put("monday",monDayDate.toString());
 | 
	
		
			
				|  |  |  			params.put("sunday",sunDayDate.toString());
 | 
	
		
			
				|  |  | +			params.put("jobNature", JobNatureEnum.FULL_TIME);
 | 
	
		
			
				|  |  |  			params.put("unDone",1);
 | 
	
		
			
				|  |  |  			int serveErrTeacherNum = studentExtracurricularExercisesSituationDao.countTeacherServeInfo(params);
 | 
	
		
			
				|  |  |  			fourChild.add(new IndexErrInfoDto(IndexErrorType.TEACHER_SERVE_ERROR, IndexErrorType.TEACHER_SERVE_ERROR.getMsg(), serveErrTeacherNum, null));
 |