@Query("select c.targetId, c.praiseCount from Student as c where c.code = @code and c.academicYearId = @academicYearId and c.targetType = 'student' and c.classId = @classId")
@Query("SELECT value count(1) FROM Student AS c where c.code = @code and c.academicYearId = @academicYearId and c.classId = @classId and c.praiseCount > @praiseCount")