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, follow_id, business_id, follow_situation, customer_status, remarks, business_glossory_id
delete from user_follow_business
where id = #{id,jdbcType=VARCHAR}
delete from user_follow_business
insert into user_follow_business (id, follow_id, business_id,
follow_situation, customer_status, remarks,
business_glossory_id)
values (#{id,jdbcType=VARCHAR}, #{followId,jdbcType=VARCHAR}, #{businessId,jdbcType=VARCHAR},
#{followSituation,jdbcType=INTEGER}, #{customerStatus,jdbcType=INTEGER}, #{remarks,jdbcType=VARCHAR},
#{businessGlossoryId,jdbcType=INTEGER})
insert into user_follow_business
id,
follow_id,
business_id,
follow_situation,
customer_status,
remarks,
business_glossory_id,
#{id,jdbcType=VARCHAR},
#{followId,jdbcType=VARCHAR},
#{businessId,jdbcType=VARCHAR},
#{followSituation,jdbcType=INTEGER},
#{customerStatus,jdbcType=INTEGER},
#{remarks,jdbcType=VARCHAR},
#{businessGlossoryId,jdbcType=INTEGER},
update user_follow_business
id = #{record.id,jdbcType=VARCHAR},
follow_id = #{record.followId,jdbcType=VARCHAR},
business_id = #{record.businessId,jdbcType=VARCHAR},
follow_situation = #{record.followSituation,jdbcType=INTEGER},
customer_status = #{record.customerStatus,jdbcType=INTEGER},
remarks = #{record.remarks,jdbcType=VARCHAR},
business_glossory_id = #{record.businessGlossoryId,jdbcType=INTEGER},
update user_follow_business
set id = #{record.id,jdbcType=VARCHAR},
follow_id = #{record.followId,jdbcType=VARCHAR},
business_id = #{record.businessId,jdbcType=VARCHAR},
follow_situation = #{record.followSituation,jdbcType=INTEGER},
customer_status = #{record.customerStatus,jdbcType=INTEGER},
remarks = #{record.remarks,jdbcType=VARCHAR},
business_glossory_id = #{record.businessGlossoryId,jdbcType=INTEGER}
update user_follow_business
follow_id = #{followId,jdbcType=VARCHAR},
business_id = #{businessId,jdbcType=VARCHAR},
follow_situation = #{followSituation,jdbcType=INTEGER},
customer_status = #{customerStatus,jdbcType=INTEGER},
remarks = #{remarks,jdbcType=VARCHAR},
business_glossory_id = #{businessGlossoryId,jdbcType=INTEGER},
where id = #{id,jdbcType=VARCHAR}
update user_follow_business
set follow_id = #{followId,jdbcType=VARCHAR},
business_id = #{businessId,jdbcType=VARCHAR},
follow_situation = #{followSituation,jdbcType=INTEGER},
customer_status = #{customerStatus,jdbcType=INTEGER},
remarks = #{remarks,jdbcType=VARCHAR},
business_glossory_id = #{businessGlossoryId,jdbcType=INTEGER}
where id = #{id,jdbcType=VARCHAR}