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, constant_key, constant_value, type, description, order_num, comment, status,
is_valid, update_time, update_user_id
delete from t_sys_constant
where id = #{id,jdbcType=VARCHAR}
delete from t_sys_constant
insert into t_sys_constant (id, constant_key, constant_value,
type, description, order_num,
comment, status, is_valid,
update_time, update_user_id)
values (#{id,jdbcType=VARCHAR}, #{constantKey,jdbcType=INTEGER}, #{constantValue,jdbcType=VARCHAR},
#{type,jdbcType=VARCHAR}, #{description,jdbcType=VARCHAR}, #{orderNum,jdbcType=BIGINT},
#{comment,jdbcType=VARCHAR}, #{status,jdbcType=TINYINT}, #{isValid,jdbcType=TINYINT},
#{updateTime,jdbcType=TIMESTAMP}, #{updateUserId,jdbcType=VARCHAR})
insert into t_sys_constant
id,
constant_key,
constant_value,
type,
description,
order_num,
comment,
status,
is_valid,
update_time,
update_user_id,
#{id,jdbcType=VARCHAR},
#{constantKey,jdbcType=INTEGER},
#{constantValue,jdbcType=VARCHAR},
#{type,jdbcType=VARCHAR},
#{description,jdbcType=VARCHAR},
#{orderNum,jdbcType=BIGINT},
#{comment,jdbcType=VARCHAR},
#{status,jdbcType=TINYINT},
#{isValid,jdbcType=TINYINT},
#{updateTime,jdbcType=TIMESTAMP},
#{updateUserId,jdbcType=VARCHAR},
update t_sys_constant
id = #{record.id,jdbcType=VARCHAR},
constant_key = #{record.constantKey,jdbcType=INTEGER},
constant_value = #{record.constantValue,jdbcType=VARCHAR},
type = #{record.type,jdbcType=VARCHAR},
description = #{record.description,jdbcType=VARCHAR},
order_num = #{record.orderNum,jdbcType=BIGINT},
comment = #{record.comment,jdbcType=VARCHAR},
status = #{record.status,jdbcType=TINYINT},
is_valid = #{record.isValid,jdbcType=TINYINT},
update_time = #{record.updateTime,jdbcType=TIMESTAMP},
update_user_id = #{record.updateUserId,jdbcType=VARCHAR},
update t_sys_constant
set id = #{record.id,jdbcType=VARCHAR},
constant_key = #{record.constantKey,jdbcType=INTEGER},
constant_value = #{record.constantValue,jdbcType=VARCHAR},
type = #{record.type,jdbcType=VARCHAR},
description = #{record.description,jdbcType=VARCHAR},
order_num = #{record.orderNum,jdbcType=BIGINT},
comment = #{record.comment,jdbcType=VARCHAR},
status = #{record.status,jdbcType=TINYINT},
is_valid = #{record.isValid,jdbcType=TINYINT},
update_time = #{record.updateTime,jdbcType=TIMESTAMP},
update_user_id = #{record.updateUserId,jdbcType=VARCHAR}
update t_sys_constant
constant_key = #{constantKey,jdbcType=INTEGER},
constant_value = #{constantValue,jdbcType=VARCHAR},
type = #{type,jdbcType=VARCHAR},
description = #{description,jdbcType=VARCHAR},
order_num = #{orderNum,jdbcType=BIGINT},
comment = #{comment,jdbcType=VARCHAR},
status = #{status,jdbcType=TINYINT},
is_valid = #{isValid,jdbcType=TINYINT},
update_time = #{updateTime,jdbcType=TIMESTAMP},
update_user_id = #{updateUserId,jdbcType=VARCHAR},
where id = #{id,jdbcType=VARCHAR}
update t_sys_constant
set constant_key = #{constantKey,jdbcType=INTEGER},
constant_value = #{constantValue,jdbcType=VARCHAR},
type = #{type,jdbcType=VARCHAR},
description = #{description,jdbcType=VARCHAR},
order_num = #{orderNum,jdbcType=BIGINT},
comment = #{comment,jdbcType=VARCHAR},
status = #{status,jdbcType=TINYINT},
is_valid = #{isValid,jdbcType=TINYINT},
update_time = #{updateTime,jdbcType=TIMESTAMP},
update_user_id = #{updateUserId,jdbcType=VARCHAR}
where id = #{id,jdbcType=VARCHAR}