|
|
|
@ -489,6 +489,9 @@ public class BookLesson {
|
|
|
|
|
String lesson_id = record.getStr("lesson_id");
|
|
|
|
|
if (lessonAlreadyMatch.contains(lesson_id)) continue;//如果记录过此课程的学校关系,本次就不再记录了
|
|
|
|
|
|
|
|
|
|
if (original_school_name.equals("--")) {
|
|
|
|
|
System.out.println("--");
|
|
|
|
|
}
|
|
|
|
|
if (bzSchoolNameList.containsKey(original_school_name)) {
|
|
|
|
|
//100%命中的名称
|
|
|
|
|
Kv kv = bzSchoolNameList.get(original_school_name);
|
|
|
|
@ -515,7 +518,7 @@ public class BookLesson {
|
|
|
|
|
rWrite.set("gather_regionc", gather_regionc);
|
|
|
|
|
rWrite.set("match_type", match_type);
|
|
|
|
|
rWrite.set("teacher_name", teacher_name);
|
|
|
|
|
rWrite.set("school_running_type",school_running_type);
|
|
|
|
|
rWrite.set("school_running_type", school_running_type);
|
|
|
|
|
writeList.add(rWrite);
|
|
|
|
|
}
|
|
|
|
|
//对writeList根据lesson_id去重
|
|
|
|
|