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, user_id, book_id
delete from user_ref_book
where id = #{id,jdbcType=BIGINT}
delete from user_ref_book
insert into user_ref_book (id, user_id, book_id
)
values (#{id,jdbcType=BIGINT}, #{userId,jdbcType=BIGINT}, #{bookId,jdbcType=BIGINT}
)
insert into user_ref_book
id,
user_id,
book_id,
#{id,jdbcType=BIGINT},
#{userId,jdbcType=BIGINT},
#{bookId,jdbcType=BIGINT},
update user_ref_book
id = #{record.id,jdbcType=BIGINT},
user_id = #{record.userId,jdbcType=BIGINT},
book_id = #{record.bookId,jdbcType=BIGINT},
update user_ref_book
set id = #{record.id,jdbcType=BIGINT},
user_id = #{record.userId,jdbcType=BIGINT},
book_id = #{record.bookId,jdbcType=BIGINT}
update user_ref_book
user_id = #{userId,jdbcType=BIGINT},
book_id = #{bookId,jdbcType=BIGINT},
where id = #{id,jdbcType=BIGINT}
update user_ref_book
set user_id = #{userId,jdbcType=BIGINT},
book_id = #{bookId,jdbcType=BIGINT}
where id = #{id,jdbcType=BIGINT}
update user_ref_book
set index_num = #{indexNum}
where book_id = #{bookId} and user_id = #{userId}