and ${criterion.condition}
AND ${criterion.condition} #{criterion.value}
AND ${criterion.condition} #{criterion.value} AND #{criterion.secondValue}
AND ${criterion.condition}
#{listItem}
and ${criterion.condition}
AND ${criterion.condition} #{criterion.value}
AND ${criterion.condition} #{criterion.value} AND #{criterion.secondValue}
AND ${criterion.condition}
#{listItem}
id, user_id, access_key, secret_key, create_time, status
DELETE FROM user_key
WHERE id = #{id,jdbcType=VARCHAR}
DELETE FROM user_key
INSERT INTO user_key (id, user_id, access_key,
secret_key, create_time, status
)
VALUES (#{id,jdbcType=VARCHAR}, #{userId,jdbcType=VARCHAR}, #{accessKey,jdbcType=VARCHAR},
#{secretKey,jdbcType=VARCHAR}, #{createTime,jdbcType=BIGINT}, #{status,jdbcType=VARCHAR}
)
INSERT INTO user_key
id,
user_id,
access_key,
secret_key,
create_time,
status,
#{id,jdbcType=VARCHAR},
#{userId,jdbcType=VARCHAR},
#{accessKey,jdbcType=VARCHAR},
#{secretKey,jdbcType=VARCHAR},
#{createTime,jdbcType=BIGINT},
#{status,jdbcType=VARCHAR},
UPDATE user_key
id = #{record.id,jdbcType=VARCHAR},
user_id = #{record.userId,jdbcType=VARCHAR},
access_key = #{record.accessKey,jdbcType=VARCHAR},
secret_key = #{record.secretKey,jdbcType=VARCHAR},
create_time = #{record.createTime,jdbcType=BIGINT},
status = #{record.status,jdbcType=VARCHAR},
UPDATE user_key
SET id = #{record.id,jdbcType=VARCHAR},
user_id = #{record.userId,jdbcType=VARCHAR},
access_key = #{record.accessKey,jdbcType=VARCHAR},
secret_key = #{record.secretKey,jdbcType=VARCHAR},
create_time = #{record.createTime,jdbcType=BIGINT},
status = #{record.status,jdbcType=VARCHAR}
UPDATE user_key
user_id = #{userId,jdbcType=VARCHAR},
access_key = #{accessKey,jdbcType=VARCHAR},
secret_key = #{secretKey,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=BIGINT},
status = #{status,jdbcType=VARCHAR},
WHERE id = #{id,jdbcType=VARCHAR}
UPDATE user_key
SET user_id = #{userId,jdbcType=VARCHAR},
access_key = #{accessKey,jdbcType=VARCHAR},
secret_key = #{secretKey,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=BIGINT},
status = #{status,jdbcType=VARCHAR}
WHERE id = #{id,jdbcType=VARCHAR}