|
@@ -243,4 +243,17 @@ public interface ClassGroupStudentMapperDao extends BaseDAO<Long, ClassGroupStud
|
|
|
*/
|
|
|
List<ClassGroupStudentMapper> findByClassGroupAndStudent(@Param("classGroupId") Integer classGroupId,
|
|
|
@Param("userIds") List<Integer> userIds);
|
|
|
+
|
|
|
+ /**
|
|
|
+ * @describe 批量更新指定乐团或小课下学员状态
|
|
|
+ * @author Joburgess
|
|
|
+ * @date 2019/12/10
|
|
|
+ * @param groupId: 编号
|
|
|
+ * @param groupType: 类型
|
|
|
+ * @param status: 状态
|
|
|
+ * @return int
|
|
|
+ */
|
|
|
+ int updateVipGroupStudentStatus(@Param("groupId") String groupId,
|
|
|
+ @Param("groupType") String groupType,
|
|
|
+ @Param("status") String status);
|
|
|
}
|