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, code, `name`, origin, scaling, creator_id, create_time, updater_id, update_time
config_data
delete from real_line
where id = #{id,jdbcType=BIGINT}
delete from real_line
insert into real_line (code, `name`, origin,
scaling, creator_id, create_time,
updater_id, update_time, config_data
)
values (#{code,jdbcType=VARCHAR}, #{name,jdbcType=VARCHAR}, #{origin,jdbcType=VARCHAR},
#{scaling,jdbcType=VARCHAR}, #{creatorId,jdbcType=BIGINT}, #{createTime,jdbcType=TIMESTAMP},
#{updaterId,jdbcType=BIGINT}, #{updateTime,jdbcType=TIMESTAMP}, #{configData,jdbcType=LONGVARCHAR}
)
insert into real_line
code,
`name`,
origin,
scaling,
creator_id,
create_time,
updater_id,
update_time,
config_data,
#{code,jdbcType=VARCHAR},
#{name,jdbcType=VARCHAR},
#{origin,jdbcType=VARCHAR},
#{scaling,jdbcType=VARCHAR},
#{creatorId,jdbcType=BIGINT},
#{createTime,jdbcType=TIMESTAMP},
#{updaterId,jdbcType=BIGINT},
#{updateTime,jdbcType=TIMESTAMP},
#{configData,jdbcType=LONGVARCHAR},
update real_line
id = #{record.id,jdbcType=BIGINT},
code = #{record.code,jdbcType=VARCHAR},
`name` = #{record.name,jdbcType=VARCHAR},
origin = #{record.origin,jdbcType=VARCHAR},
scaling = #{record.scaling,jdbcType=VARCHAR},
creator_id = #{record.creatorId,jdbcType=BIGINT},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
updater_id = #{record.updaterId,jdbcType=BIGINT},
update_time = #{record.updateTime,jdbcType=TIMESTAMP},
config_data = #{record.configData,jdbcType=LONGVARCHAR},
update real_line
set id = #{record.id,jdbcType=BIGINT},
code = #{record.code,jdbcType=VARCHAR},
`name` = #{record.name,jdbcType=VARCHAR},
origin = #{record.origin,jdbcType=VARCHAR},
scaling = #{record.scaling,jdbcType=VARCHAR},
creator_id = #{record.creatorId,jdbcType=BIGINT},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
updater_id = #{record.updaterId,jdbcType=BIGINT},
update_time = #{record.updateTime,jdbcType=TIMESTAMP},
config_data = #{record.configData,jdbcType=LONGVARCHAR}
update real_line
set id = #{record.id,jdbcType=BIGINT},
code = #{record.code,jdbcType=VARCHAR},
`name` = #{record.name,jdbcType=VARCHAR},
origin = #{record.origin,jdbcType=VARCHAR},
scaling = #{record.scaling,jdbcType=VARCHAR},
creator_id = #{record.creatorId,jdbcType=BIGINT},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
updater_id = #{record.updaterId,jdbcType=BIGINT},
update_time = #{record.updateTime,jdbcType=TIMESTAMP}
update real_line
code = #{code,jdbcType=VARCHAR},
`name` = #{name,jdbcType=VARCHAR},
origin = #{origin,jdbcType=VARCHAR},
scaling = #{scaling,jdbcType=VARCHAR},
creator_id = #{creatorId,jdbcType=BIGINT},
create_time = #{createTime,jdbcType=TIMESTAMP},
updater_id = #{updaterId,jdbcType=BIGINT},
update_time = #{updateTime,jdbcType=TIMESTAMP},
config_data = #{configData,jdbcType=LONGVARCHAR},
where id = #{id,jdbcType=BIGINT}
update real_line
set code = #{code,jdbcType=VARCHAR},
`name` = #{name,jdbcType=VARCHAR},
origin = #{origin,jdbcType=VARCHAR},
scaling = #{scaling,jdbcType=VARCHAR},
creator_id = #{creatorId,jdbcType=BIGINT},
create_time = #{createTime,jdbcType=TIMESTAMP},
updater_id = #{updaterId,jdbcType=BIGINT},
update_time = #{updateTime,jdbcType=TIMESTAMP},
config_data = #{configData,jdbcType=LONGVARCHAR}
where id = #{id,jdbcType=BIGINT}
update real_line
set code = #{code,jdbcType=VARCHAR},
`name` = #{name,jdbcType=VARCHAR},
origin = #{origin,jdbcType=VARCHAR},
scaling = #{scaling,jdbcType=VARCHAR},
creator_id = #{creatorId,jdbcType=BIGINT},
create_time = #{createTime,jdbcType=TIMESTAMP},
updater_id = #{updaterId,jdbcType=BIGINT},
update_time = #{updateTime,jdbcType=TIMESTAMP}
where id = #{id,jdbcType=BIGINT}