|
|
|
@ -43,9 +43,10 @@
|
|
|
|
|
#end
|
|
|
|
|
-- 匹配课程名称与学校名称
|
|
|
|
|
#sql("matchLessonSchoolName")
|
|
|
|
|
select t1.lesson_id,t2.lesson_name,t2.teacher_name,t1.original_school_name from t_crawler_lesson_school as t1
|
|
|
|
|
inner join t_crawler_lesson as t2 on t1.lesson_id=t2.lesson_id
|
|
|
|
|
where t1.match_type=0
|
|
|
|
|
select t1.lesson_id,t2.lesson_name,t2.teacher_name,t1.original_school_name,t3.stage_name,t4.subject_name,
|
|
|
|
|
t5.book_name from t_crawler_lesson_school as t1
|
|
|
|
|
inner join t_crawler_lesson as t2 on t1.lesson_id=t2.lesson_id
|
|
|
|
|
where t1.match_type=0
|
|
|
|
|
#end
|
|
|
|
|
|
|
|
|
|
-- 课程建设的详细情况
|
|
|
|
|