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}
APR_CODE, APR_VALUE, APR_NAME, APR_LANGUAGE, APR_SHOWMSG, APR_TYPE, APR_MFLAG
delete from pub_apppar
where APR_CODE = #{code,jdbcType=VARCHAR}
and APR_VALUE = #{value,jdbcType=VARCHAR}
delete from pub_apppar
insert into pub_apppar (APR_CODE, APR_VALUE, APR_NAME,
APR_LANGUAGE, APR_SHOWMSG, APR_TYPE,
APR_MFLAG)
values (#{code,jdbcType=VARCHAR}, #{value,jdbcType=VARCHAR}, #{name,jdbcType=VARCHAR},
#{language,jdbcType=VARCHAR}, #{showmsg,jdbcType=VARCHAR}, #{type,jdbcType=VARCHAR},
#{mflag,jdbcType=CHAR})
insert into pub_apppar
APR_CODE,
APR_VALUE,
APR_NAME,
APR_LANGUAGE,
APR_SHOWMSG,
APR_TYPE,
APR_MFLAG,
#{code,jdbcType=VARCHAR},
#{value,jdbcType=VARCHAR},
#{name,jdbcType=VARCHAR},
#{language,jdbcType=VARCHAR},
#{showmsg,jdbcType=VARCHAR},
#{type,jdbcType=VARCHAR},
#{mflag,jdbcType=CHAR},
update pub_apppar
APR_CODE = #{record.code,jdbcType=VARCHAR},
APR_VALUE = #{record.value,jdbcType=VARCHAR},
APR_NAME = #{record.name,jdbcType=VARCHAR},
APR_LANGUAGE = #{record.language,jdbcType=VARCHAR},
APR_SHOWMSG = #{record.showmsg,jdbcType=VARCHAR},
APR_TYPE = #{record.type,jdbcType=VARCHAR},
APR_MFLAG = #{record.mflag,jdbcType=CHAR},
update pub_apppar
set APR_CODE = #{record.code,jdbcType=VARCHAR},
APR_VALUE = #{record.value,jdbcType=VARCHAR},
APR_NAME = #{record.name,jdbcType=VARCHAR},
APR_LANGUAGE = #{record.language,jdbcType=VARCHAR},
APR_SHOWMSG = #{record.showmsg,jdbcType=VARCHAR},
APR_TYPE = #{record.type,jdbcType=VARCHAR},
APR_MFLAG = #{record.mflag,jdbcType=CHAR}
update pub_apppar
APR_NAME = #{name,jdbcType=VARCHAR},
APR_LANGUAGE = #{language,jdbcType=VARCHAR},
APR_SHOWMSG = #{showmsg,jdbcType=VARCHAR},
APR_TYPE = #{type,jdbcType=VARCHAR},
APR_MFLAG = #{mflag,jdbcType=CHAR},
where APR_CODE = #{code,jdbcType=VARCHAR}
and APR_VALUE = #{value,jdbcType=VARCHAR}
update pub_apppar
set APR_NAME = #{name,jdbcType=VARCHAR},
APR_LANGUAGE = #{language,jdbcType=VARCHAR},
APR_SHOWMSG = #{showmsg,jdbcType=VARCHAR},
APR_TYPE = #{type,jdbcType=VARCHAR},
APR_MFLAG = #{mflag,jdbcType=CHAR}
where APR_CODE = #{code,jdbcType=VARCHAR}
and APR_VALUE = #{value,jdbcType=VARCHAR}