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, userid, code, name, contactno, country, province, city, region, receiveaddress,
isoftenused, isdeleted, updatetime, createtime, remark
delete from order_receiver
where id = #{id,jdbcType=VARCHAR}
delete from order_receiver
insert into order_receiver (id, userid, code,
name, contactno, country,
province, city, region,
receiveaddress, isoftenused, isdeleted,
updatetime, createtime, remark
)
values (#{id,jdbcType=VARCHAR}, #{userid,jdbcType=VARCHAR}, #{code,jdbcType=VARCHAR},
#{name,jdbcType=VARCHAR}, #{contactno,jdbcType=VARCHAR}, #{country,jdbcType=VARCHAR},
#{province,jdbcType=VARCHAR}, #{city,jdbcType=VARCHAR}, #{region,jdbcType=VARCHAR},
#{receiveaddress,jdbcType=VARCHAR}, #{isoftenused,jdbcType=VARCHAR}, #{isdeleted,jdbcType=BIT},
#{updatetime,jdbcType=TIMESTAMP}, #{createtime,jdbcType=TIMESTAMP}, #{remark,jdbcType=VARCHAR}
)
insert into order_receiver
id,
userid,
code,
name,
contactno,
country,
province,
city,
region,
receiveaddress,
isoftenused,
isdeleted,
updatetime,
createtime,
remark,
#{id,jdbcType=VARCHAR},
#{userid,jdbcType=VARCHAR},
#{code,jdbcType=VARCHAR},
#{name,jdbcType=VARCHAR},
#{contactno,jdbcType=VARCHAR},
#{country,jdbcType=VARCHAR},
#{province,jdbcType=VARCHAR},
#{city,jdbcType=VARCHAR},
#{region,jdbcType=VARCHAR},
#{receiveaddress,jdbcType=VARCHAR},
#{isoftenused,jdbcType=VARCHAR},
#{isdeleted,jdbcType=BIT},
#{updatetime,jdbcType=TIMESTAMP},
#{createtime,jdbcType=TIMESTAMP},
#{remark,jdbcType=VARCHAR},
update order_receiver
id = #{record.id,jdbcType=VARCHAR},
userid = #{record.userid,jdbcType=VARCHAR},
code = #{record.code,jdbcType=VARCHAR},
name = #{record.name,jdbcType=VARCHAR},
contactno = #{record.contactno,jdbcType=VARCHAR},
country = #{record.country,jdbcType=VARCHAR},
province = #{record.province,jdbcType=VARCHAR},
city = #{record.city,jdbcType=VARCHAR},
region = #{record.region,jdbcType=VARCHAR},
receiveaddress = #{record.receiveaddress,jdbcType=VARCHAR},
isoftenused = #{record.isoftenused,jdbcType=VARCHAR},
isdeleted = #{record.isdeleted,jdbcType=BIT},
updatetime = #{record.updatetime,jdbcType=TIMESTAMP},
createtime = #{record.createtime,jdbcType=TIMESTAMP},
remark = #{record.remark,jdbcType=VARCHAR},
update order_receiver
set id = #{record.id,jdbcType=VARCHAR},
userid = #{record.userid,jdbcType=VARCHAR},
code = #{record.code,jdbcType=VARCHAR},
name = #{record.name,jdbcType=VARCHAR},
contactno = #{record.contactno,jdbcType=VARCHAR},
country = #{record.country,jdbcType=VARCHAR},
province = #{record.province,jdbcType=VARCHAR},
city = #{record.city,jdbcType=VARCHAR},
region = #{record.region,jdbcType=VARCHAR},
receiveaddress = #{record.receiveaddress,jdbcType=VARCHAR},
isoftenused = #{record.isoftenused,jdbcType=VARCHAR},
isdeleted = #{record.isdeleted,jdbcType=BIT},
updatetime = #{record.updatetime,jdbcType=TIMESTAMP},
createtime = #{record.createtime,jdbcType=TIMESTAMP},
remark = #{record.remark,jdbcType=VARCHAR}
update order_receiver
userid = #{userid,jdbcType=VARCHAR},
code = #{code,jdbcType=VARCHAR},
name = #{name,jdbcType=VARCHAR},
contactno = #{contactno,jdbcType=VARCHAR},
country = #{country,jdbcType=VARCHAR},
province = #{province,jdbcType=VARCHAR},
city = #{city,jdbcType=VARCHAR},
region = #{region,jdbcType=VARCHAR},
receiveaddress = #{receiveaddress,jdbcType=VARCHAR},
isoftenused = #{isoftenused,jdbcType=VARCHAR},
isdeleted = #{isdeleted,jdbcType=BIT},
updatetime = #{updatetime,jdbcType=TIMESTAMP},
createtime = #{createtime,jdbcType=TIMESTAMP},
remark = #{remark,jdbcType=VARCHAR},
where id = #{id,jdbcType=VARCHAR}
update order_receiver
set userid = #{userid,jdbcType=VARCHAR},
code = #{code,jdbcType=VARCHAR},
name = #{name,jdbcType=VARCHAR},
contactno = #{contactno,jdbcType=VARCHAR},
country = #{country,jdbcType=VARCHAR},
province = #{province,jdbcType=VARCHAR},
city = #{city,jdbcType=VARCHAR},
region = #{region,jdbcType=VARCHAR},
receiveaddress = #{receiveaddress,jdbcType=VARCHAR},
isoftenused = #{isoftenused,jdbcType=VARCHAR},
isdeleted = #{isdeleted,jdbcType=BIT},
updatetime = #{updatetime,jdbcType=TIMESTAMP},
createtime = #{createtime,jdbcType=TIMESTAMP},
remark = #{remark,jdbcType=VARCHAR}
where id = #{id,jdbcType=VARCHAR}