|  | @@ -2402,9 +2402,9 @@ public class CourseScheduleTeacherSalaryServiceImpl extends BaseServiceImpl<Long
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          List<LocalDateBigDecimalMapDto> monthIncomeMapList = courseScheduleTeacherSalaryDao.teacherIncomeStat(teacherId, year, month);
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -        if(CollectionUtils.isEmpty(monthIncomeMapList)){
 | 
	
		
			
				|  |  | -            return result;
 | 
	
		
			
				|  |  | -        }
 | 
	
		
			
				|  |  | +//        if(CollectionUtils.isEmpty(monthIncomeMapList)){
 | 
	
		
			
				|  |  | +//            return result;
 | 
	
		
			
				|  |  | +//        }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          if(Objects.isNull(month)){
 | 
	
		
			
				|  |  |              Set<String> months = monthIncomeMapList.stream().map(e -> DateUtil.dateToString(e.getDate(), "yyyy-MM")).collect(Collectors.toSet());
 |