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}
param_key, param_value, type, sort
delete from system_parameter
where param_key = #{paramKey,jdbcType=VARCHAR}
delete from system_parameter
insert into system_parameter (param_key, param_value, type,
sort)
values (#{paramKey,jdbcType=VARCHAR}, #{paramValue,jdbcType=VARCHAR}, #{type,jdbcType=VARCHAR},
#{sort,jdbcType=INTEGER})
insert into system_parameter
param_key,
param_value,
type,
sort,
#{paramKey,jdbcType=VARCHAR},
#{paramValue,jdbcType=VARCHAR},
#{type,jdbcType=VARCHAR},
#{sort,jdbcType=INTEGER},
update system_parameter
param_key = #{record.paramKey,jdbcType=VARCHAR},
param_value = #{record.paramValue,jdbcType=VARCHAR},
type = #{record.type,jdbcType=VARCHAR},
sort = #{record.sort,jdbcType=INTEGER},
update system_parameter
set param_key = #{record.paramKey,jdbcType=VARCHAR},
param_value = #{record.paramValue,jdbcType=VARCHAR},
type = #{record.type,jdbcType=VARCHAR},
sort = #{record.sort,jdbcType=INTEGER}
update system_parameter
param_value = #{paramValue,jdbcType=VARCHAR},
type = #{type,jdbcType=VARCHAR},
sort = #{sort,jdbcType=INTEGER},
where param_key = #{paramKey,jdbcType=VARCHAR}
update system_parameter
set param_value = #{paramValue,jdbcType=VARCHAR},
type = #{type,jdbcType=VARCHAR},
sort = #{sort,jdbcType=INTEGER}
where param_key = #{paramKey,jdbcType=VARCHAR}