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, identify_type, identifier, credential, salt, created_at, updated_at,
rec_status
delete from t_sys_auth
where id = #{id,jdbcType=BIGINT}
delete from t_sys_auth
insert into t_sys_auth (id, user_id, identify_type,
identifier, credential, salt,
created_at, updated_at, rec_status
)
values (#{id,jdbcType=BIGINT}, #{userId,jdbcType=BIGINT}, #{identifyType,jdbcType=TINYINT},
#{identifier,jdbcType=VARCHAR}, #{credential,jdbcType=VARCHAR}, #{salt,jdbcType=VARCHAR},
#{createdAt,jdbcType=TIMESTAMP}, #{updatedAt,jdbcType=TIMESTAMP}, #{recStatus,jdbcType=TINYINT}
)
insert into t_sys_auth
id,
user_id,
identify_type,
identifier,
credential,
salt,
created_at,
updated_at,
rec_status,
#{id,jdbcType=BIGINT},
#{userId,jdbcType=BIGINT},
#{identifyType,jdbcType=TINYINT},
#{identifier,jdbcType=VARCHAR},
#{credential,jdbcType=VARCHAR},
#{salt,jdbcType=VARCHAR},
#{createdAt,jdbcType=TIMESTAMP},
#{updatedAt,jdbcType=TIMESTAMP},
#{recStatus,jdbcType=TINYINT},
update t_sys_auth
id = #{record.id,jdbcType=BIGINT},
user_id = #{record.userId,jdbcType=BIGINT},
identify_type = #{record.identifyType,jdbcType=TINYINT},
identifier = #{record.identifier,jdbcType=VARCHAR},
credential = #{record.credential,jdbcType=VARCHAR},
salt = #{record.salt,jdbcType=VARCHAR},
created_at = #{record.createdAt,jdbcType=TIMESTAMP},
updated_at = #{record.updatedAt,jdbcType=TIMESTAMP},
rec_status = #{record.recStatus,jdbcType=TINYINT},
update t_sys_auth
set id = #{record.id,jdbcType=BIGINT},
user_id = #{record.userId,jdbcType=BIGINT},
identify_type = #{record.identifyType,jdbcType=TINYINT},
identifier = #{record.identifier,jdbcType=VARCHAR},
credential = #{record.credential,jdbcType=VARCHAR},
salt = #{record.salt,jdbcType=VARCHAR},
created_at = #{record.createdAt,jdbcType=TIMESTAMP},
updated_at = #{record.updatedAt,jdbcType=TIMESTAMP},
rec_status = #{record.recStatus,jdbcType=TINYINT}
update t_sys_auth
user_id = #{userId,jdbcType=BIGINT},
identify_type = #{identifyType,jdbcType=TINYINT},
identifier = #{identifier,jdbcType=VARCHAR},
credential = #{credential,jdbcType=VARCHAR},
salt = #{salt,jdbcType=VARCHAR},
created_at = #{createdAt,jdbcType=TIMESTAMP},
updated_at = #{updatedAt,jdbcType=TIMESTAMP},
rec_status = #{recStatus,jdbcType=TINYINT},
where id = #{id,jdbcType=BIGINT}
update t_sys_auth
set user_id = #{userId,jdbcType=BIGINT},
identify_type = #{identifyType,jdbcType=TINYINT},
identifier = #{identifier,jdbcType=VARCHAR},
credential = #{credential,jdbcType=VARCHAR},
salt = #{salt,jdbcType=VARCHAR},
created_at = #{createdAt,jdbcType=TIMESTAMP},
updated_at = #{updatedAt,jdbcType=TIMESTAMP},
rec_status = #{recStatus,jdbcType=TINYINT}
where id = #{id,jdbcType=BIGINT}