config_id, bucket, host, type, zone
access_key, secret_key
delete from tool_qiniu_config
where config_id = #{configId,jdbcType=BIGINT}
insert into tool_qiniu_config (config_id, bucket, host,
type, zone, access_key,
secret_key)
values (#{configId,jdbcType=BIGINT}, #{bucket,jdbcType=VARCHAR}, #{host,jdbcType=VARCHAR},
#{type,jdbcType=VARCHAR}, #{zone,jdbcType=VARCHAR}, #{accessKey,jdbcType=LONGVARCHAR},
#{secretKey,jdbcType=LONGVARCHAR})
insert into tool_qiniu_config
config_id,
bucket,
host,
type,
zone,
access_key,
secret_key,
#{configId,jdbcType=BIGINT},
#{bucket,jdbcType=VARCHAR},
#{host,jdbcType=VARCHAR},
#{type,jdbcType=VARCHAR},
#{zone,jdbcType=VARCHAR},
#{accessKey,jdbcType=LONGVARCHAR},
#{secretKey,jdbcType=LONGVARCHAR},
update tool_qiniu_config
bucket = #{bucket,jdbcType=VARCHAR},
host = #{host,jdbcType=VARCHAR},
type = #{type,jdbcType=VARCHAR},
zone = #{zone,jdbcType=VARCHAR},
access_key = #{accessKey,jdbcType=LONGVARCHAR},
secret_key = #{secretKey,jdbcType=LONGVARCHAR},
where config_id = #{configId,jdbcType=BIGINT}
update tool_qiniu_config
set bucket = #{bucket,jdbcType=VARCHAR},
host = #{host,jdbcType=VARCHAR},
type = #{type,jdbcType=VARCHAR},
zone = #{zone,jdbcType=VARCHAR},
access_key = #{accessKey,jdbcType=LONGVARCHAR},
secret_key = #{secretKey,jdbcType=LONGVARCHAR}
where config_id = #{configId,jdbcType=BIGINT}
update tool_qiniu_config
set bucket = #{bucket,jdbcType=VARCHAR},
host = #{host,jdbcType=VARCHAR},
type = #{type,jdbcType=VARCHAR},
zone = #{zone,jdbcType=VARCHAR}
where config_id = #{configId,jdbcType=BIGINT}