|
@Query(value = "select r from CourseSubRelation r where r.courseId = :courseId and r.status = 0 order by r.sort limit 1", nativeQuery = true)
|
|
@Query(value = "select r from CourseSubRelation r where r.courseId = :courseId and r.status = 0 order by r.sort limit 1", nativeQuery = true)
|