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, cid, name, sex, mobile, email, qq, wechat, depatrment, customer_position, remarks
delete from customer_user_info
where id = #{id,jdbcType=VARCHAR}
delete from customer_user_info
insert into customer_user_info (id, cid, name,
sex, mobile, email, qq,
wechat, depatrment, customer_position,
remarks)
values (#{id,jdbcType=VARCHAR}, #{cid,jdbcType=VARCHAR}, #{name,jdbcType=VARCHAR},
#{sex,jdbcType=CHAR}, #{mobile,jdbcType=VARCHAR}, #{email,jdbcType=VARCHAR}, #{qq,jdbcType=VARCHAR},
#{wechat,jdbcType=VARCHAR}, #{depatrment,jdbcType=VARCHAR}, #{customerPosition,jdbcType=VARCHAR},
#{remarks,jdbcType=VARCHAR})
insert into customer_user_info
id,
cid,
name,
sex,
mobile,
email,
qq,
wechat,
depatrment,
customer_position,
remarks,
#{id,jdbcType=VARCHAR},
#{cid,jdbcType=VARCHAR},
#{name,jdbcType=VARCHAR},
#{sex,jdbcType=CHAR},
#{mobile,jdbcType=VARCHAR},
#{email,jdbcType=VARCHAR},
#{qq,jdbcType=VARCHAR},
#{wechat,jdbcType=VARCHAR},
#{depatrment,jdbcType=VARCHAR},
#{customerPosition,jdbcType=VARCHAR},
#{remarks,jdbcType=VARCHAR},
update customer_user_info
id = #{record.id,jdbcType=VARCHAR},
cid = #{record.cid,jdbcType=VARCHAR},
name = #{record.name,jdbcType=VARCHAR},
sex = #{record.sex,jdbcType=CHAR},
mobile = #{record.mobile,jdbcType=VARCHAR},
email = #{record.email,jdbcType=VARCHAR},
qq = #{record.qq,jdbcType=VARCHAR},
wechat = #{record.wechat,jdbcType=VARCHAR},
depatrment = #{record.depatrment,jdbcType=VARCHAR},
customer_position = #{record.customerPosition,jdbcType=VARCHAR},
remarks = #{record.remarks,jdbcType=VARCHAR},
update customer_user_info
set id = #{record.id,jdbcType=VARCHAR},
cid = #{record.cid,jdbcType=VARCHAR},
name = #{record.name,jdbcType=VARCHAR},
sex = #{record.sex,jdbcType=CHAR},
mobile = #{record.mobile,jdbcType=VARCHAR},
email = #{record.email,jdbcType=VARCHAR},
qq = #{record.qq,jdbcType=VARCHAR},
wechat = #{record.wechat,jdbcType=VARCHAR},
depatrment = #{record.depatrment,jdbcType=VARCHAR},
customer_position = #{record.customerPosition,jdbcType=VARCHAR},
remarks = #{record.remarks,jdbcType=VARCHAR}
update customer_user_info
cid = #{cid,jdbcType=VARCHAR},
name = #{name,jdbcType=VARCHAR},
sex = #{sex,jdbcType=CHAR},
mobile = #{mobile,jdbcType=VARCHAR},
email = #{email,jdbcType=VARCHAR},
qq = #{qq,jdbcType=VARCHAR},
wechat = #{wechat,jdbcType=VARCHAR},
depatrment = #{depatrment,jdbcType=VARCHAR},
customer_position = #{customerPosition,jdbcType=VARCHAR},
remarks = #{remarks,jdbcType=VARCHAR},
where id = #{id,jdbcType=VARCHAR}
update customer_user_info
set cid = #{cid,jdbcType=VARCHAR},
name = #{name,jdbcType=VARCHAR},
sex = #{sex,jdbcType=CHAR},
mobile = #{mobile,jdbcType=VARCHAR},
email = #{email,jdbcType=VARCHAR},
qq = #{qq,jdbcType=VARCHAR},
wechat = #{wechat,jdbcType=VARCHAR},
depatrment = #{depatrment,jdbcType=VARCHAR},
customer_position = #{customerPosition,jdbcType=VARCHAR},
remarks = #{remarks,jdbcType=VARCHAR}
where id = #{id,jdbcType=VARCHAR}