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, name, is_delete, create_time, update_time
delete from reply_staff
where id = #{id,jdbcType=BIGINT}
delete from reply_staff
insert into reply_staff (id, user_id, name,
is_delete, create_time, update_time
)
values (#{id,jdbcType=BIGINT}, #{userId,jdbcType=VARCHAR}, #{name,jdbcType=VARCHAR},
#{isDelete,jdbcType=INTEGER}, #{createTime,jdbcType=TIMESTAMP}, #{updateTime,jdbcType=TIMESTAMP}
)
insert into reply_staff
id,
user_id,
name,
is_delete,
create_time,
update_time,
#{id,jdbcType=BIGINT},
#{userId,jdbcType=VARCHAR},
#{name,jdbcType=VARCHAR},
#{isDelete,jdbcType=INTEGER},
#{createTime,jdbcType=TIMESTAMP},
#{updateTime,jdbcType=TIMESTAMP},
update reply_staff
id = #{row.id,jdbcType=BIGINT},
user_id = #{row.userId,jdbcType=VARCHAR},
name = #{row.name,jdbcType=VARCHAR},
is_delete = #{row.isDelete,jdbcType=INTEGER},
create_time = #{row.createTime,jdbcType=TIMESTAMP},
update_time = #{row.updateTime,jdbcType=TIMESTAMP},
update reply_staff
set id = #{row.id,jdbcType=BIGINT},
user_id = #{row.userId,jdbcType=VARCHAR},
name = #{row.name,jdbcType=VARCHAR},
is_delete = #{row.isDelete,jdbcType=INTEGER},
create_time = #{row.createTime,jdbcType=TIMESTAMP},
update_time = #{row.updateTime,jdbcType=TIMESTAMP}
update reply_staff
user_id = #{userId,jdbcType=VARCHAR},
name = #{name,jdbcType=VARCHAR},
is_delete = #{isDelete,jdbcType=INTEGER},
create_time = #{createTime,jdbcType=TIMESTAMP},
update_time = #{updateTime,jdbcType=TIMESTAMP},
where id = #{id,jdbcType=BIGINT}
update reply_staff
set user_id = #{userId,jdbcType=VARCHAR},
name = #{name,jdbcType=VARCHAR},
is_delete = #{isDelete,jdbcType=INTEGER},
create_time = #{createTime,jdbcType=TIMESTAMP},
update_time = #{updateTime,jdbcType=TIMESTAMP}
where id = #{id,jdbcType=BIGINT}