@@ -375,5 +375,6 @@ public interface CourseScheduleStudentPaymentDao extends BaseDAO<Long, CourseSch
* @return java.util.List<com.ym.mec.biz.dal.dto.StudentVipDouble11Dto>
*/
List<StudentVipDouble11Dto> countStudentDouble11CourseTime(@Param("userIds") List<Integer> userIds,
+ @Param("specialActivityIds") List<Integer> specialActivityIds);
}