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}
id, parent_id, child_id
delete from organization_relation
where id = #{id,jdbcType=INTEGER}
delete from organization_relation
insert into organization_relation (id, parent_id, child_id
)
values (#{id,jdbcType=INTEGER}, #{parentId,jdbcType=INTEGER}, #{childId,jdbcType=INTEGER}
)
insert into organization_relation
id,
parent_id,
child_id,
#{id,jdbcType=INTEGER},
#{parentId,jdbcType=INTEGER},
#{childId,jdbcType=INTEGER},
update organization_relation
id = #{record.id,jdbcType=INTEGER},
parent_id = #{record.parentId,jdbcType=INTEGER},
child_id = #{record.childId,jdbcType=INTEGER},
update organization_relation
set id = #{record.id,jdbcType=INTEGER},
parent_id = #{record.parentId,jdbcType=INTEGER},
child_id = #{record.childId,jdbcType=INTEGER}
update organization_relation
parent_id = #{parentId,jdbcType=INTEGER},
child_id = #{childId,jdbcType=INTEGER},
where id = #{id,jdbcType=INTEGER}
update organization_relation
set parent_id = #{parentId,jdbcType=INTEGER},
child_id = #{childId,jdbcType=INTEGER}
where id = #{id,jdbcType=INTEGER}