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}
expendID, userID, well_id, setting_json
delete from wl_user_expend_setting
where expendID = #{expendID,jdbcType=VARCHAR}
delete from wl_user_expend_setting
insert into wl_user_expend_setting (expendID, userID, well_id,
setting_json)
values (#{expendID,jdbcType=VARCHAR}, #{userID,jdbcType=VARCHAR}, #{well_id,jdbcType=VARCHAR},
#{setting_json,jdbcType=VARCHAR})
insert into wl_user_expend_setting
expendID,
userID,
well_id,
setting_json,
#{expendID,jdbcType=VARCHAR},
#{userID,jdbcType=VARCHAR},
#{well_id,jdbcType=VARCHAR},
#{setting_json,jdbcType=VARCHAR},
update wl_user_expend_setting
expendID = #{row.expendID,jdbcType=VARCHAR},
userID = #{row.userID,jdbcType=VARCHAR},
well_id = #{row.well_id,jdbcType=VARCHAR},
setting_json = #{row.setting_json,jdbcType=VARCHAR},
update wl_user_expend_setting
set expendID = #{row.expendID,jdbcType=VARCHAR},
userID = #{row.userID,jdbcType=VARCHAR},
well_id = #{row.well_id,jdbcType=VARCHAR},
setting_json = #{row.setting_json,jdbcType=VARCHAR}
update wl_user_expend_setting
userID = #{userID,jdbcType=VARCHAR},
well_id = #{well_id,jdbcType=VARCHAR},
setting_json = #{setting_json,jdbcType=VARCHAR},
where expendID = #{expendID,jdbcType=VARCHAR}
update wl_user_expend_setting
set userID = #{userID,jdbcType=VARCHAR},
well_id = #{well_id,jdbcType=VARCHAR},
setting_json = #{setting_json,jdbcType=VARCHAR}
where expendID = #{expendID,jdbcType=VARCHAR}