insert into dc_introduce_log
xul_openid,
xul_phone,
xul_event,
xul_date,
xul_introducer_phone,
xul_pm_type,
xul_orderno,
xul_rebateamount
#{xul_openid,jdbcType=VARCHAR},
#{xul_phone,jdbcType=VARCHAR},
#{xul_event,jdbcType=INTEGER},
#{xul_date,jdbcType=DATE},
#{xul_introducer_phone,jdbcType=VARCHAR},
#{xul_pm_type,jdbcType=INTEGER},
#{xul_orderno,jdbcType=VARCHAR},
#{xul_rebateamount,jdbcType=INTEGER}
update dc_introduce_log
xul_introducer_phone = #{xul_introducer_phone,jdbcType=VARCHAR},
where xul_introducer_phone = #{xul_introducer_phoneOld,jdbcType=VARCHAR}