|
@@ -6,7 +6,6 @@ import com.ym.mec.biz.dal.dto.TeacherAttendanceDto;
|
|
|
import com.ym.mec.biz.dal.entity.CourseSchedule;
|
|
|
import com.ym.mec.biz.dal.entity.CourseScheduleComplaints;
|
|
|
import com.ym.mec.biz.dal.enums.AuditStatusEnum;
|
|
|
-import com.ym.mec.biz.dal.enums.CourseStatusEnum;
|
|
|
import com.ym.mec.biz.dal.enums.GroupType;
|
|
|
import com.ym.mec.biz.dal.enums.YesOrNoEnum;
|
|
|
import com.ym.mec.biz.dal.page.CourseScheduleQueryInfo;
|
|
@@ -47,15 +46,15 @@ public interface CourseScheduleService extends BaseService<Long, CourseSchedule>
|
|
|
void batchDeleteMusicGroupNotStartCourse(String musicGroupId);
|
|
|
|
|
|
/**
|
|
|
- * @describe
|
|
|
+ * @describe 删除指定乐团下指定状态的课程
|
|
|
* @author Joburgess
|
|
|
* @date 2019/11/26
|
|
|
- * @param musicGroupId:
|
|
|
- * @param userId:
|
|
|
- * @param courseStatus:
|
|
|
+ * @param musicGroupId: 乐团编号
|
|
|
+ * @param userId: 用户编号
|
|
|
+ * @param groupType: 乐团类型
|
|
|
* @return void
|
|
|
*/
|
|
|
- void batchDeleteMusicGroupCourseWithStudent(String musicGroupId, Integer userId, CourseStatusEnum courseStatus);
|
|
|
+ void batchDeleteMusicGroupCourseWithStudent(String musicGroupId, Integer userId, GroupType groupType);
|
|
|
|
|
|
|
|
|
/**
|