|
@@ -267,17 +267,6 @@ public interface CourseScheduleDao extends BaseDAO<Long, CourseSchedule> {
|
|
|
@Param("groupType") GroupType groupType);
|
|
|
|
|
|
/**
|
|
|
- * @describe 获取团体下未结束的课程
|
|
|
- * @author Joburgess
|
|
|
- * @date 2020/3/4
|
|
|
- * @param groupId:
|
|
|
- * @param groupType:
|
|
|
- * @return java.util.List<com.ym.mec.biz.dal.entity.CourseSchedule>
|
|
|
- */
|
|
|
- List<CourseSchedule> findGroupNotFinishCourses(@Param("groupId") String groupId,
|
|
|
- @Param("groupType") GroupType groupType);
|
|
|
-
|
|
|
- /**
|
|
|
* @describe 更新课程组下课程的名字
|
|
|
* @author Joburgess
|
|
|
* @date 2020/3/5
|