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, cfg_key, cfg_value, org_id
delete from org_config
where id = #{id,jdbcType=BIGINT}
delete from org_config
insert into org_config (id, cfg_key, cfg_value,
org_id)
values (#{id,jdbcType=BIGINT}, #{cfgKey,jdbcType=VARCHAR}, #{cfgValue,jdbcType=VARCHAR},
#{orgId,jdbcType=VARCHAR})
insert into org_config
id,
cfg_key,
cfg_value,
org_id,
#{id,jdbcType=BIGINT},
#{cfgKey,jdbcType=VARCHAR},
#{cfgValue,jdbcType=VARCHAR},
#{orgId,jdbcType=VARCHAR},
update org_config
id = #{record.id,jdbcType=BIGINT},
cfg_key = #{record.cfgKey,jdbcType=VARCHAR},
cfg_value = #{record.cfgValue,jdbcType=VARCHAR},
org_id = #{record.orgId,jdbcType=VARCHAR},
update org_config
set id = #{record.id,jdbcType=BIGINT},
cfg_key = #{record.cfgKey,jdbcType=VARCHAR},
cfg_value = #{record.cfgValue,jdbcType=VARCHAR},
org_id = #{record.orgId,jdbcType=VARCHAR}
update org_config
cfg_key = #{cfgKey,jdbcType=VARCHAR},
cfg_value = #{cfgValue,jdbcType=VARCHAR},
org_id = #{orgId,jdbcType=VARCHAR},
where id = #{id,jdbcType=BIGINT}
update org_config
set cfg_key = #{cfgKey,jdbcType=VARCHAR},
cfg_value = #{cfgValue,jdbcType=VARCHAR},
org_id = #{orgId,jdbcType=VARCHAR}
where id = #{id,jdbcType=BIGINT}