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, module_id, type, config_key, config_value, operator, created_at, updated_at,
rec_status
delete from t_module_config
where id = #{id,jdbcType=BIGINT}
delete from t_module_config
insert into t_module_config (id, module_id, type,
config_key, config_value, operator,
created_at, updated_at, rec_status
)
values (#{id,jdbcType=BIGINT}, #{moduleId,jdbcType=BIGINT}, #{type,jdbcType=TINYINT},
#{configKey,jdbcType=VARCHAR}, #{configValue,jdbcType=VARCHAR}, #{operator,jdbcType=BIGINT},
#{createdAt,jdbcType=TIMESTAMP}, #{updatedAt,jdbcType=TIMESTAMP}, #{recStatus,jdbcType=TINYINT}
)
insert into t_module_config
id,
module_id,
type,
config_key,
config_value,
operator,
created_at,
updated_at,
rec_status,
#{id,jdbcType=BIGINT},
#{moduleId,jdbcType=BIGINT},
#{type,jdbcType=TINYINT},
#{configKey,jdbcType=VARCHAR},
#{configValue,jdbcType=VARCHAR},
#{operator,jdbcType=BIGINT},
#{createdAt,jdbcType=TIMESTAMP},
#{updatedAt,jdbcType=TIMESTAMP},
#{recStatus,jdbcType=TINYINT},
update t_module_config
id = #{record.id,jdbcType=BIGINT},
module_id = #{record.moduleId,jdbcType=BIGINT},
type = #{record.type,jdbcType=TINYINT},
config_key = #{record.configKey,jdbcType=VARCHAR},
config_value = #{record.configValue,jdbcType=VARCHAR},
operator = #{record.operator,jdbcType=BIGINT},
created_at = #{record.createdAt,jdbcType=TIMESTAMP},
updated_at = #{record.updatedAt,jdbcType=TIMESTAMP},
rec_status = #{record.recStatus,jdbcType=TINYINT},
update t_module_config
set id = #{record.id,jdbcType=BIGINT},
module_id = #{record.moduleId,jdbcType=BIGINT},
type = #{record.type,jdbcType=TINYINT},
config_key = #{record.configKey,jdbcType=VARCHAR},
config_value = #{record.configValue,jdbcType=VARCHAR},
operator = #{record.operator,jdbcType=BIGINT},
created_at = #{record.createdAt,jdbcType=TIMESTAMP},
updated_at = #{record.updatedAt,jdbcType=TIMESTAMP},
rec_status = #{record.recStatus,jdbcType=TINYINT}
update t_module_config
module_id = #{moduleId,jdbcType=BIGINT},
type = #{type,jdbcType=TINYINT},
config_key = #{configKey,jdbcType=VARCHAR},
config_value = #{configValue,jdbcType=VARCHAR},
operator = #{operator,jdbcType=BIGINT},
created_at = #{createdAt,jdbcType=TIMESTAMP},
updated_at = #{updatedAt,jdbcType=TIMESTAMP},
rec_status = #{recStatus,jdbcType=TINYINT},
where id = #{id,jdbcType=BIGINT}
update t_module_config
set module_id = #{moduleId,jdbcType=BIGINT},
type = #{type,jdbcType=TINYINT},
config_key = #{configKey,jdbcType=VARCHAR},
config_value = #{configValue,jdbcType=VARCHAR},
operator = #{operator,jdbcType=BIGINT},
created_at = #{createdAt,jdbcType=TIMESTAMP},
updated_at = #{updatedAt,jdbcType=TIMESTAMP},
rec_status = #{recStatus,jdbcType=TINYINT}
where id = #{id,jdbcType=BIGINT}