@Query("select * from Student as c where c.targetId in (@targetId) and c.classId =@classId and c.academicYearId = @academicYearId and c.code = @code")
@Query("select * from Student as c where c.targetId in (@targetId) and c.classId in(@classId) and c.academicYearId = @academicYearId and c.code = @code")