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, create_by, create_time, del_flag, update_by, update_time, shop_id, fee
delete from t_year_fee_log
where id = #{id,jdbcType=VARCHAR}
delete from t_year_fee_log
insert into t_year_fee_log (id, create_by, create_time,
del_flag, update_by, update_time,
shop_id, fee)
values (#{id,jdbcType=VARCHAR}, #{createBy,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP},
#{delFlag,jdbcType=INTEGER}, #{updateBy,jdbcType=VARCHAR}, #{updateTime,jdbcType=TIMESTAMP},
#{shopId,jdbcType=VARCHAR}, #{fee,jdbcType=DECIMAL})
insert into t_year_fee_log
id,
create_by,
create_time,
del_flag,
update_by,
update_time,
shop_id,
fee,
#{id,jdbcType=VARCHAR},
#{createBy,jdbcType=VARCHAR},
#{createTime,jdbcType=TIMESTAMP},
#{delFlag,jdbcType=INTEGER},
#{updateBy,jdbcType=VARCHAR},
#{updateTime,jdbcType=TIMESTAMP},
#{shopId,jdbcType=VARCHAR},
#{fee,jdbcType=DECIMAL},
update t_year_fee_log
id = #{record.id,jdbcType=VARCHAR},
create_by = #{record.createBy,jdbcType=VARCHAR},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
del_flag = #{record.delFlag,jdbcType=INTEGER},
update_by = #{record.updateBy,jdbcType=VARCHAR},
update_time = #{record.updateTime,jdbcType=TIMESTAMP},
shop_id = #{record.shopId,jdbcType=VARCHAR},
fee = #{record.fee,jdbcType=DECIMAL},
update t_year_fee_log
set id = #{record.id,jdbcType=VARCHAR},
create_by = #{record.createBy,jdbcType=VARCHAR},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
del_flag = #{record.delFlag,jdbcType=INTEGER},
update_by = #{record.updateBy,jdbcType=VARCHAR},
update_time = #{record.updateTime,jdbcType=TIMESTAMP},
shop_id = #{record.shopId,jdbcType=VARCHAR},
fee = #{record.fee,jdbcType=DECIMAL}
update t_year_fee_log
create_by = #{createBy,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=TIMESTAMP},
del_flag = #{delFlag,jdbcType=INTEGER},
update_by = #{updateBy,jdbcType=VARCHAR},
update_time = #{updateTime,jdbcType=TIMESTAMP},
shop_id = #{shopId,jdbcType=VARCHAR},
fee = #{fee,jdbcType=DECIMAL},
where id = #{id,jdbcType=VARCHAR}
update t_year_fee_log
set create_by = #{createBy,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=TIMESTAMP},
del_flag = #{delFlag,jdbcType=INTEGER},
update_by = #{updateBy,jdbcType=VARCHAR},
update_time = #{updateTime,jdbcType=TIMESTAMP},
shop_id = #{shopId,jdbcType=VARCHAR},
fee = #{fee,jdbcType=DECIMAL}
where id = #{id,jdbcType=VARCHAR}