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, `name`, `type`, create_time, create_by, update_time, update_by
details
delete from panel_subject
where id = #{id,jdbcType=VARCHAR}
delete from panel_subject
insert into panel_subject (id, `name`, `type`,
create_time, create_by, update_time,
update_by, details)
values (#{id,jdbcType=VARCHAR}, #{name,jdbcType=VARCHAR}, #{type,jdbcType=VARCHAR},
#{createTime,jdbcType=BIGINT}, #{createBy,jdbcType=VARCHAR}, #{updateTime,jdbcType=BIGINT},
#{updateBy,jdbcType=VARCHAR}, #{details,jdbcType=LONGVARCHAR})
insert into panel_subject
id,
`name`,
`type`,
create_time,
create_by,
update_time,
update_by,
details,
#{id,jdbcType=VARCHAR},
#{name,jdbcType=VARCHAR},
#{type,jdbcType=VARCHAR},
#{createTime,jdbcType=BIGINT},
#{createBy,jdbcType=VARCHAR},
#{updateTime,jdbcType=BIGINT},
#{updateBy,jdbcType=VARCHAR},
#{details,jdbcType=LONGVARCHAR},
update panel_subject
id = #{record.id,jdbcType=VARCHAR},
`name` = #{record.name,jdbcType=VARCHAR},
`type` = #{record.type,jdbcType=VARCHAR},
create_time = #{record.createTime,jdbcType=BIGINT},
create_by = #{record.createBy,jdbcType=VARCHAR},
update_time = #{record.updateTime,jdbcType=BIGINT},
update_by = #{record.updateBy,jdbcType=VARCHAR},
details = #{record.details,jdbcType=LONGVARCHAR},
update panel_subject
set id = #{record.id,jdbcType=VARCHAR},
`name` = #{record.name,jdbcType=VARCHAR},
`type` = #{record.type,jdbcType=VARCHAR},
create_time = #{record.createTime,jdbcType=BIGINT},
create_by = #{record.createBy,jdbcType=VARCHAR},
update_time = #{record.updateTime,jdbcType=BIGINT},
update_by = #{record.updateBy,jdbcType=VARCHAR},
details = #{record.details,jdbcType=LONGVARCHAR}
update panel_subject
set id = #{record.id,jdbcType=VARCHAR},
`name` = #{record.name,jdbcType=VARCHAR},
`type` = #{record.type,jdbcType=VARCHAR},
create_time = #{record.createTime,jdbcType=BIGINT},
create_by = #{record.createBy,jdbcType=VARCHAR},
update_time = #{record.updateTime,jdbcType=BIGINT},
update_by = #{record.updateBy,jdbcType=VARCHAR}
update panel_subject
`name` = #{name,jdbcType=VARCHAR},
`type` = #{type,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=BIGINT},
create_by = #{createBy,jdbcType=VARCHAR},
update_time = #{updateTime,jdbcType=BIGINT},
update_by = #{updateBy,jdbcType=VARCHAR},
details = #{details,jdbcType=LONGVARCHAR},
where id = #{id,jdbcType=VARCHAR}
update panel_subject
set `name` = #{name,jdbcType=VARCHAR},
`type` = #{type,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=BIGINT},
create_by = #{createBy,jdbcType=VARCHAR},
update_time = #{updateTime,jdbcType=BIGINT},
update_by = #{updateBy,jdbcType=VARCHAR},
details = #{details,jdbcType=LONGVARCHAR}
where id = #{id,jdbcType=VARCHAR}
update panel_subject
set `name` = #{name,jdbcType=VARCHAR},
`type` = #{type,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=BIGINT},
create_by = #{createBy,jdbcType=VARCHAR},
update_time = #{updateTime,jdbcType=BIGINT},
update_by = #{updateBy,jdbcType=VARCHAR}
where id = #{id,jdbcType=VARCHAR}