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, panel_id, chart_view_id, create_by, create_time, update_by, update_time
content
delete from panel_view
where id = #{id,jdbcType=VARCHAR}
delete from panel_view
insert into panel_view (id, panel_id, chart_view_id,
create_by, create_time, update_by,
update_time, content)
values (#{id,jdbcType=VARCHAR}, #{panelId,jdbcType=VARCHAR}, #{chartViewId,jdbcType=VARCHAR},
#{createBy,jdbcType=VARCHAR}, #{createTime,jdbcType=BIGINT}, #{updateBy,jdbcType=VARCHAR},
#{updateTime,jdbcType=BIGINT}, #{content,jdbcType=LONGVARBINARY})
insert into panel_view
id,
panel_id,
chart_view_id,
create_by,
create_time,
update_by,
update_time,
content,
#{id,jdbcType=VARCHAR},
#{panelId,jdbcType=VARCHAR},
#{chartViewId,jdbcType=VARCHAR},
#{createBy,jdbcType=VARCHAR},
#{createTime,jdbcType=BIGINT},
#{updateBy,jdbcType=VARCHAR},
#{updateTime,jdbcType=BIGINT},
#{content,jdbcType=LONGVARBINARY},
update panel_view
id = #{record.id,jdbcType=VARCHAR},
panel_id = #{record.panelId,jdbcType=VARCHAR},
chart_view_id = #{record.chartViewId,jdbcType=VARCHAR},
create_by = #{record.createBy,jdbcType=VARCHAR},
create_time = #{record.createTime,jdbcType=BIGINT},
update_by = #{record.updateBy,jdbcType=VARCHAR},
update_time = #{record.updateTime,jdbcType=BIGINT},
content = #{record.content,jdbcType=LONGVARBINARY},
update panel_view
set id = #{record.id,jdbcType=VARCHAR},
panel_id = #{record.panelId,jdbcType=VARCHAR},
chart_view_id = #{record.chartViewId,jdbcType=VARCHAR},
create_by = #{record.createBy,jdbcType=VARCHAR},
create_time = #{record.createTime,jdbcType=BIGINT},
update_by = #{record.updateBy,jdbcType=VARCHAR},
update_time = #{record.updateTime,jdbcType=BIGINT},
content = #{record.content,jdbcType=LONGVARBINARY}
update panel_view
set id = #{record.id,jdbcType=VARCHAR},
panel_id = #{record.panelId,jdbcType=VARCHAR},
chart_view_id = #{record.chartViewId,jdbcType=VARCHAR},
create_by = #{record.createBy,jdbcType=VARCHAR},
create_time = #{record.createTime,jdbcType=BIGINT},
update_by = #{record.updateBy,jdbcType=VARCHAR},
update_time = #{record.updateTime,jdbcType=BIGINT}
update panel_view
panel_id = #{panelId,jdbcType=VARCHAR},
chart_view_id = #{chartViewId,jdbcType=VARCHAR},
create_by = #{createBy,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=BIGINT},
update_by = #{updateBy,jdbcType=VARCHAR},
update_time = #{updateTime,jdbcType=BIGINT},
content = #{content,jdbcType=LONGVARBINARY},
where id = #{id,jdbcType=VARCHAR}
update panel_view
set panel_id = #{panelId,jdbcType=VARCHAR},
chart_view_id = #{chartViewId,jdbcType=VARCHAR},
create_by = #{createBy,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=BIGINT},
update_by = #{updateBy,jdbcType=VARCHAR},
update_time = #{updateTime,jdbcType=BIGINT},
content = #{content,jdbcType=LONGVARBINARY}
where id = #{id,jdbcType=VARCHAR}
update panel_view
set panel_id = #{panelId,jdbcType=VARCHAR},
chart_view_id = #{chartViewId,jdbcType=VARCHAR},
create_by = #{createBy,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=BIGINT},
update_by = #{updateBy,jdbcType=VARCHAR},
update_time = #{updateTime,jdbcType=BIGINT}
where id = #{id,jdbcType=VARCHAR}