`id`
, `uid`, `login_account`, `account_type`
replace
into `user_login_account` (`id`, `uid`, `login_account`, `account_type`)
values (
#{id, jdbcType=BIGINT},
#{uid, jdbcType=BIGINT},
#{loginAccount, jdbcType=VARCHAR},
#{accountType, typeHandler=com.zhiqiyun.open.mybatis.typeHandler.IEnumTypeHandler}
)
delete
from `user_login_account`
where uid = #{uid}