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, pl_id, pl_name, pl_no, free_berth, real_free_berth, data_status, modify_time,
type
delete from park_free_berth
where id = #{id,jdbcType=BIGINT}
delete from park_free_berth
SELECT LAST_INSERT_ID()
insert into park_free_berth (pl_id, pl_name, pl_no,
free_berth, real_free_berth, data_status,
modify_time, type)
values (#{plId,jdbcType=BIGINT}, #{plName,jdbcType=VARCHAR}, #{plNo,jdbcType=VARCHAR},
#{freeBerth,jdbcType=INTEGER}, #{realFreeBerth,jdbcType=INTEGER}, #{dataStatus,jdbcType=INTEGER},
#{modifyTime,jdbcType=TIMESTAMP}, #{type,jdbcType=VARCHAR})
SELECT LAST_INSERT_ID()
insert into park_free_berth
pl_id,
pl_name,
pl_no,
free_berth,
real_free_berth,
data_status,
modify_time,
type,
#{plId,jdbcType=BIGINT},
#{plName,jdbcType=VARCHAR},
#{plNo,jdbcType=VARCHAR},
#{freeBerth,jdbcType=INTEGER},
#{realFreeBerth,jdbcType=INTEGER},
#{dataStatus,jdbcType=INTEGER},
#{modifyTime,jdbcType=TIMESTAMP},
#{type,jdbcType=VARCHAR},
update park_free_berth
id = #{record.id,jdbcType=BIGINT},
pl_id = #{record.plId,jdbcType=BIGINT},
pl_name = #{record.plName,jdbcType=VARCHAR},
pl_no = #{record.plNo,jdbcType=VARCHAR},
free_berth = #{record.freeBerth,jdbcType=INTEGER},
real_free_berth = #{record.realFreeBerth,jdbcType=INTEGER},
data_status = #{record.dataStatus,jdbcType=INTEGER},
modify_time = #{record.modifyTime,jdbcType=TIMESTAMP},
type = #{record.type,jdbcType=VARCHAR},
update park_free_berth
set id = #{record.id,jdbcType=BIGINT},
pl_id = #{record.plId,jdbcType=BIGINT},
pl_name = #{record.plName,jdbcType=VARCHAR},
pl_no = #{record.plNo,jdbcType=VARCHAR},
free_berth = #{record.freeBerth,jdbcType=INTEGER},
real_free_berth = #{record.realFreeBerth,jdbcType=INTEGER},
data_status = #{record.dataStatus,jdbcType=INTEGER},
modify_time = #{record.modifyTime,jdbcType=TIMESTAMP},
type = #{record.type,jdbcType=VARCHAR}
update park_free_berth
pl_id = #{plId,jdbcType=BIGINT},
pl_name = #{plName,jdbcType=VARCHAR},
pl_no = #{plNo,jdbcType=VARCHAR},
free_berth = #{freeBerth,jdbcType=INTEGER},
real_free_berth = #{realFreeBerth,jdbcType=INTEGER},
data_status = #{dataStatus,jdbcType=INTEGER},
modify_time = #{modifyTime,jdbcType=TIMESTAMP},
type = #{type,jdbcType=VARCHAR},
where id = #{id,jdbcType=BIGINT}
update park_free_berth
set pl_id = #{plId,jdbcType=BIGINT},
pl_name = #{plName,jdbcType=VARCHAR},
pl_no = #{plNo,jdbcType=VARCHAR},
free_berth = #{freeBerth,jdbcType=INTEGER},
real_free_berth = #{realFreeBerth,jdbcType=INTEGER},
data_status = #{dataStatus,jdbcType=INTEGER},
modify_time = #{modifyTime,jdbcType=TIMESTAMP},
type = #{type,jdbcType=VARCHAR}
where id = #{id,jdbcType=BIGINT}