|
|
@ -136,7 +136,7 @@ ORDER BY
|
|
|
|
#end
|
|
|
|
#end
|
|
|
|
-- 参与学校数量
|
|
|
|
-- 参与学校数量
|
|
|
|
#sql("schoolCount")
|
|
|
|
#sql("schoolCount")
|
|
|
|
SELECT COUNT(DISTINCT organization_name) as cnt FROM t_crawler_lesson_school WHERE match_type=2;
|
|
|
|
SELECT COUNT(DISTINCT organization_name) as cnt FROM t_crawler_lesson_school WHERE match_type in (1,2);
|
|
|
|
#end
|
|
|
|
#end
|
|
|
|
-- 更新参与学校数量
|
|
|
|
-- 更新参与学校数量
|
|
|
|
#sql("updateSchoolCount")
|
|
|
|
#sql("updateSchoolCount")
|
|
|
|