id, certificatecode, productcode, productnum, type, name, level, packing, specification,
validflag, num
delete from transportcertproduct
where id = #{id,jdbcType=BIGINT}
insert into transportcertproduct (id, certificatecode, productcode,
productnum, type, name,
level, packing, specification,
validflag, num)
values (#{id,jdbcType=BIGINT}, #{certificatecode,jdbcType=VARCHAR}, #{productcode,jdbcType=VARCHAR},
#{productnum,jdbcType=INTEGER}, #{type,jdbcType=VARCHAR}, #{name,jdbcType=VARCHAR},
#{level,jdbcType=VARCHAR}, #{packing,jdbcType=VARCHAR}, #{specification,jdbcType=VARCHAR},
#{validflag,jdbcType=BIT}, #{num,jdbcType=INTEGER})
insert into transportcertproduct
id,
certificatecode,
productcode,
productnum,
type,
name,
level,
packing,
specification,
validflag,
num,
#{id,jdbcType=BIGINT},
#{certificatecode,jdbcType=VARCHAR},
#{productcode,jdbcType=VARCHAR},
#{productnum,jdbcType=INTEGER},
#{type,jdbcType=VARCHAR},
#{name,jdbcType=VARCHAR},
#{level,jdbcType=VARCHAR},
#{packing,jdbcType=VARCHAR},
#{specification,jdbcType=VARCHAR},
#{validflag,jdbcType=BIT},
#{num,jdbcType=INTEGER},
update transportcertproduct
certificatecode = #{certificatecode,jdbcType=VARCHAR},
productcode = #{productcode,jdbcType=VARCHAR},
productnum = #{productnum,jdbcType=INTEGER},
type = #{type,jdbcType=VARCHAR},
name = #{name,jdbcType=VARCHAR},
level = #{level,jdbcType=VARCHAR},
packing = #{packing,jdbcType=VARCHAR},
specification = #{specification,jdbcType=VARCHAR},
validflag = #{validflag,jdbcType=BIT},
num = #{num,jdbcType=INTEGER},
where id = #{id,jdbcType=BIGINT}
update transportcertproduct
set certificatecode = #{certificatecode,jdbcType=VARCHAR},
productcode = #{productcode,jdbcType=VARCHAR},
productnum = #{productnum,jdbcType=INTEGER},
type = #{type,jdbcType=VARCHAR},
name = #{name,jdbcType=VARCHAR},
level = #{level,jdbcType=VARCHAR},
packing = #{packing,jdbcType=VARCHAR},
specification = #{specification,jdbcType=VARCHAR},
validflag = #{validflag,jdbcType=BIT},
num = #{num,jdbcType=INTEGER}
where id = #{id,jdbcType=BIGINT}