|  | @@ -342,7 +342,7 @@ public class StudentServeServiceImpl implements StudentServeService {
 | 
	
		
			
				|  |  |      public void exercisesSituationStatistics2(String monday, Integer tenantId) {
 | 
	
		
			
				|  |  |          LocalDate nowDate = LocalDateTime.now(DateUtil.zoneId).toLocalDate();
 | 
	
		
			
				|  |  |          
 | 
	
		
			
				|  |  | -        //统计上周的服务指标总数
 | 
	
		
			
				|  |  | +        /*//统计上周的服务指标总数
 | 
	
		
			
				|  |  |          int preWeekServiceNum = studentExtracurricularExercisesSituationDao.countWeekServiceNum(nowDate.with(DateUtil.weekFields.dayOfWeek(), DayOfWeek.MONDAY.getValue()).plusDays(-7).toString(), tenantId);
 | 
	
		
			
				|  |  |          
 | 
	
		
			
				|  |  |          //统计上周数据今日更新的条数
 | 
	
	
		
			
				|  | @@ -350,7 +350,7 @@ public class StudentServeServiceImpl implements StudentServeService {
 | 
	
		
			
				|  |  |          
 | 
	
		
			
				|  |  |          if(preWeekServiceNum>0 && lastWeekTodayUpdateNum<=0){
 | 
	
		
			
				|  |  |              nowDate = nowDate.plusDays(-nowDate.getDayOfWeek().getValue());
 | 
	
		
			
				|  |  | -        }
 | 
	
		
			
				|  |  | +        }*/
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          if(StringUtils.isNotBlank(monday)){
 | 
	
		
			
				|  |  |              nowDate=LocalDate.parse(monday, DateUtil.dateFormatter);
 |