id,signature_png_url,wide,
high
delete from m_sign_pfx_file_pre
where id = #{id,jdbcType=BIGINT}
insert into m_sign_pfx_file_pre
( id,signature_png_url,wide
,high)
values (#{id,jdbcType=BIGINT},#{signaturePngUrl,jdbcType=VARCHAR},#{wide,jdbcType=DOUBLE}
,#{high,jdbcType=DOUBLE})
insert into m_sign_pfx_file_pre
id,signature_png_url,wide,high,#{id,jdbcType=BIGINT},#{signaturePngUrl,jdbcType=VARCHAR},#{wide,jdbcType=DOUBLE},#{high,jdbcType=DOUBLE},
update m_sign_pfx_file_pre
signature_png_url = #{signaturePngUrl,jdbcType=VARCHAR},
wide = #{wide,jdbcType=DOUBLE},
high = #{high,jdbcType=DOUBLE},
where id = #{id,jdbcType=BIGINT}
update m_sign_pfx_file_pre
set
signature_png_url = #{signaturePngUrl,jdbcType=VARCHAR},
wide = #{wide,jdbcType=DOUBLE},
high = #{high,jdbcType=DOUBLE}
where id = #{id,jdbcType=BIGINT}