@@ -379,6 +379,4 @@ public interface CourseScheduleStudentPaymentDao extends BaseDAO<Long, CourseSch
*/
List<StudentVipDouble11Dto> countStudentDouble11CourseTime(@Param("userIds") List<Integer> userIds,
@Param("specialActivityIds") List<Integer> specialActivityIds);
-
- @Param("specialActivityIds") List<Integer> specialActivityIds);
}