insert into xfsg_bankdoc
code,
combinenum,
enablestate,
iscustbank,
name,
pk_banktype,
#{code,jdbcType=VARCHAR},
#{combinenum,jdbcType=VARCHAR},
#{enablestate,jdbcType=DECIMAL},
#{iscustbank,jdbcType=CHAR},
#{name,jdbcType=VARCHAR},
#{pkBanktype,jdbcType=VARCHAR},
and t.code = #{code,jdbcType=VARCHAR}
and t.combinenum = #{combinenum,jdbcType=VARCHAR}
and t.enablestate = #{enablestate,jdbcType=DECIMAL}
and t.iscustbank = #{iscustbank,jdbcType=CHAR}
and t.name = #{name,jdbcType=VARCHAR}
and t.pk_banktype = #{pkBanktype,jdbcType=VARCHAR}