|
|
|
@ -117,10 +117,14 @@ public class TeacherOpenCourseMergeCourseInfoTree {
|
|
|
|
|
|
|
|
|
|
@FetchSql("select * from teacher_open_course_merge_course_info t " +
|
|
|
|
|
"where t.course_info_parent_id = #teacherOpenCourseMergeCourseInfoId# ")
|
|
|
|
|
@UpdateIgnore
|
|
|
|
|
@InsertIgnore
|
|
|
|
|
private List<TeacherOpenCourseMergeCourseInfoTree> children;
|
|
|
|
|
|
|
|
|
|
@FetchSql("select count(1) > 0 from teacher_open_course_merge_course_info t " +
|
|
|
|
|
"where t.course_info_parent_id = #teacherOpenCourseMergeCourseInfoId# ")
|
|
|
|
|
@UpdateIgnore
|
|
|
|
|
@InsertIgnore
|
|
|
|
|
private Boolean hasChildren;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|