|  | @@ -17,7 +17,6 @@ import com.ym.mec.auth.api.client.SysUserFeignService;
 | 
	
		
			
				|  |  |  import com.ym.mec.auth.api.entity.SysUser;
 | 
	
		
			
				|  |  |  import com.ym.mec.biz.dal.dao.CourseScheduleDao;
 | 
	
		
			
				|  |  |  import com.ym.mec.biz.dal.entity.TeacherLeaveRecord;
 | 
	
		
			
				|  |  | -import com.ym.mec.biz.dal.entity.CourseSchedule.CourseScheduleType;
 | 
	
		
			
				|  |  |  import com.ym.mec.biz.service.TeacherLeaveRecordService;
 | 
	
		
			
				|  |  |  import com.ym.mec.common.controller.BaseController;
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -42,7 +41,7 @@ public class TeacherLeaveRecordController extends BaseController {
 | 
	
		
			
				|  |  |  		if (Objects.isNull(sysUser)) {
 | 
	
		
			
				|  |  |  			return failed(HttpStatus.FORBIDDEN, "请登录");
 | 
	
		
			
				|  |  |  		}
 | 
	
		
			
				|  |  | -		return succeed(courseScheduleDao.queryTeacherCourseScheduleListByTimeRangeAndType(sysUser.getId(), CourseScheduleType.VIP, startTime, endTime));
 | 
	
		
			
				|  |  | +		return succeed(courseScheduleDao.queryTeacherCourseScheduleListByTimeRangeAndType(sysUser.getId(), null, startTime, endTime));
 | 
	
		
			
				|  |  |  	}
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  	@ApiOperation(value = "请假")
 |