id_
, minute_up_limit_, price_, remark_, deleted_, created_by_, created_time_, updated_by_,
updated_time_
delete
from cloud_room_flow_config
where id_ = #{id,jdbcType=INTEGER}
insert into cloud_room_flow_config (minute_up_limit_, price_, remark_,
deleted_, created_by_, created_time_,
updated_by_, updated_time_)
values (#{minuteUpLimit,jdbcType=INTEGER}, #{price,jdbcType=DECIMAL}, #{remark,jdbcType=VARCHAR},
#{deleted,jdbcType=INTEGER}, #{createdBy,jdbcType=VARCHAR}, #{createdTime,jdbcType=TIMESTAMP},
#{updatedBy,jdbcType=VARCHAR}, #{updatedTime,jdbcType=TIMESTAMP})
insert into cloud_room_flow_config
minute_up_limit_,
price_,
remark_,
deleted_,
created_by_,
created_time_,
updated_by_,
updated_time_,
#{minuteUpLimit,jdbcType=INTEGER},
#{price,jdbcType=DECIMAL},
#{remark,jdbcType=VARCHAR},
#{deleted,jdbcType=INTEGER},
#{createdBy,jdbcType=VARCHAR},
#{createdTime,jdbcType=TIMESTAMP},
#{updatedBy,jdbcType=VARCHAR},
#{updatedTime,jdbcType=TIMESTAMP},
update cloud_room_flow_config
minute_up_limit_ = #{minuteUpLimit,jdbcType=INTEGER},
price_ = #{price,jdbcType=DECIMAL},
remark_ = #{remark,jdbcType=VARCHAR},
deleted_ = #{deleted,jdbcType=INTEGER},
created_by_ = #{createdBy,jdbcType=VARCHAR},
created_time_ = #{createdTime,jdbcType=TIMESTAMP},
updated_by_ = #{updatedBy,jdbcType=VARCHAR},
updated_time_ = #{updatedTime,jdbcType=TIMESTAMP},
where id_ = #{id,jdbcType=INTEGER}
update cloud_room_flow_config
set minute_up_limit_ = #{minuteUpLimit,jdbcType=INTEGER},
price_ = #{price,jdbcType=DECIMAL},
remark_ = #{remark,jdbcType=VARCHAR},
deleted_ = #{deleted,jdbcType=INTEGER},
created_by_ = #{createdBy,jdbcType=VARCHAR},
created_time_ = #{createdTime,jdbcType=TIMESTAMP},
updated_by_ = #{updatedBy,jdbcType=VARCHAR},
updated_time_ = #{updatedTime,jdbcType=TIMESTAMP}
where id_ = #{id,jdbcType=INTEGER}