id, certificatecode, productname, productcode, createby, createbyname, createtime,
validflag
delete from transportcertificatearrivalrecord
where id = #{id,jdbcType=BIGINT}
insert into transportcertificatearrivalrecord
id,
certificatecode,
productname,
productcode,
createby,
createbyname,
createtime,
validflag,
#{id,jdbcType=BIGINT},
#{certificatecode,jdbcType=VARCHAR},
#{productname,jdbcType=VARCHAR},
#{productcode,jdbcType=VARCHAR},
#{createby,jdbcType=BIGINT},
#{createbyname,jdbcType=VARCHAR},
#{createtime,jdbcType=TIMESTAMP},
#{validflag,jdbcType=BIT},
update transportcertificatearrivalrecord
certificatecode = #{certificatecode,jdbcType=VARCHAR},
productname = #{productname,jdbcType=VARCHAR},
productcode = #{productcode,jdbcType=VARCHAR},
createby = #{createby,jdbcType=BIGINT},
createbyname = #{createbyname,jdbcType=VARCHAR},
createtime = #{createtime,jdbcType=TIMESTAMP},
validflag = #{validflag,jdbcType=BIT},
where id = #{id,jdbcType=BIGINT}
update transportcertificatearrivalrecord
set certificatecode = #{certificatecode,jdbcType=VARCHAR},
productname = #{productname,jdbcType=VARCHAR},
productcode = #{productcode,jdbcType=VARCHAR},
createby = #{createby,jdbcType=BIGINT},
createbyname = #{createbyname,jdbcType=VARCHAR},
createtime = #{createtime,jdbcType=TIMESTAMP},
validflag = #{validflag,jdbcType=BIT}
where id = #{id,jdbcType=BIGINT}