and ${criterion.condition}
and ${criterion.condition} #{criterion.value}
and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
and ${criterion.condition}
#{listItem}
and ${criterion.condition}
and ${criterion.condition} #{criterion.value}
and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
and ${criterion.condition}
#{listItem}
lesson_id, class_id
delete from student_rel_lesson_class
insert into student_rel_lesson_class (lesson_id, class_id)
values (#{lessonId,jdbcType=BIGINT}, #{classId,jdbcType=INTEGER})
insert into student_rel_lesson_class
lesson_id,
class_id,
#{lessonId,jdbcType=BIGINT},
#{classId,jdbcType=INTEGER},
update student_rel_lesson_class
lesson_id = #{record.lessonId,jdbcType=BIGINT},
class_id = #{record.classId,jdbcType=INTEGER},
update student_rel_lesson_class
set lesson_id = #{record.lessonId,jdbcType=BIGINT},
class_id = #{record.classId,jdbcType=INTEGER}