|
@@ -12,8 +12,6 @@ import com.ym.mec.common.entity.ImUserModel;
|
|
|
import com.ym.mec.common.page.PageInfo;
|
|
|
import com.ym.mec.common.page.QueryInfo;
|
|
|
import com.ym.mec.common.service.BaseService;
|
|
|
-import org.apache.ibatis.annotations.Param;
|
|
|
-import org.snaker.engine.access.Page;
|
|
|
|
|
|
import java.util.List;
|
|
|
|
|
@@ -303,4 +301,13 @@ public interface ClassGroupService extends BaseService<Integer, ClassGroup> {
|
|
|
* @return
|
|
|
*/
|
|
|
List<HighClassGroupDto> findClassGroupByMusicGroupIdAndSubjectId(String musicGroupId,Integer subjectId);
|
|
|
-}
|
|
|
+
|
|
|
+ /**
|
|
|
+ * @describe 批量更新指定班级人数
|
|
|
+ * @author Joburgess
|
|
|
+ * @date 2019/11/12
|
|
|
+ * @param classGroupIds: 班级编号列表
|
|
|
+ * @return int
|
|
|
+ */
|
|
|
+ int batchUpdateClassCourseTimes(List<Integer> classGroupIds);
|
|
|
+}
|