|  | @@ -7,6 +7,7 @@ import com.ym.mec.biz.dal.entity.Student;
 | 
	
		
			
				|  |  |  import com.ym.mec.biz.dal.enums.GroupType;
 | 
	
		
			
				|  |  |  import org.apache.ibatis.annotations.Param;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +import java.util.Date;
 | 
	
		
			
				|  |  |  import java.util.List;
 | 
	
		
			
				|  |  |  import java.util.Map;
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -79,7 +80,8 @@ public interface StudentDao extends com.ym.mec.common.dal.BaseDAO<Integer, Stude
 | 
	
		
			
				|  |  |       * @param monday:
 | 
	
		
			
				|  |  |       * @return java.util.List<com.ym.mec.biz.dal.dto.StudentServeDto>
 | 
	
		
			
				|  |  |       */
 | 
	
		
			
				|  |  | -    List<StudentServeDto> getBeServiceStudents(@Param("monday") String monday);
 | 
	
		
			
				|  |  | +    List<StudentServeDto> getBeServiceStudents(@Param("monday") String monday,
 | 
	
		
			
				|  |  | +                                               @Param("courseExpireDate")Date courseExpireDate);
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      /**
 | 
	
		
			
				|  |  |       * @describe 更新指定学员的服务指标或运营指标
 |