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, school, education, major, title, entry_remarks, annex_url, annex_name, create_time
delete from personnel_entry
where id = #{id,jdbcType=INTEGER}
delete from personnel_entry
insert into personnel_entry (id, school, education,
major, title, entry_remarks,
annex_url, annex_name, create_time
)
values (#{id,jdbcType=INTEGER}, #{school,jdbcType=VARCHAR}, #{education,jdbcType=VARCHAR},
#{major,jdbcType=VARCHAR}, #{title,jdbcType=VARCHAR}, #{entryRemarks,jdbcType=VARCHAR},
#{annexUrl,jdbcType=VARCHAR}, #{annexName,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP}
)
insert into personnel_entry
id,
school,
education,
major,
title,
entry_remarks,
annex_url,
annex_name,
create_time,
#{id,jdbcType=INTEGER},
#{school,jdbcType=VARCHAR},
#{education,jdbcType=VARCHAR},
#{major,jdbcType=VARCHAR},
#{title,jdbcType=VARCHAR},
#{entryRemarks,jdbcType=VARCHAR},
#{annexUrl,jdbcType=VARCHAR},
#{annexName,jdbcType=VARCHAR},
#{createTime,jdbcType=TIMESTAMP},
update personnel_entry
id = #{record.id,jdbcType=INTEGER},
school = #{record.school,jdbcType=VARCHAR},
education = #{record.education,jdbcType=VARCHAR},
major = #{record.major,jdbcType=VARCHAR},
title = #{record.title,jdbcType=VARCHAR},
entry_remarks = #{record.entryRemarks,jdbcType=VARCHAR},
annex_url = #{record.annexUrl,jdbcType=VARCHAR},
annex_name = #{record.annexName,jdbcType=VARCHAR},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
update personnel_entry
set id = #{record.id,jdbcType=INTEGER},
school = #{record.school,jdbcType=VARCHAR},
education = #{record.education,jdbcType=VARCHAR},
major = #{record.major,jdbcType=VARCHAR},
title = #{record.title,jdbcType=VARCHAR},
entry_remarks = #{record.entryRemarks,jdbcType=VARCHAR},
annex_url = #{record.annexUrl,jdbcType=VARCHAR},
annex_name = #{record.annexName,jdbcType=VARCHAR},
create_time = #{record.createTime,jdbcType=TIMESTAMP}
update personnel_entry
school = #{school,jdbcType=VARCHAR},
education = #{education,jdbcType=VARCHAR},
major = #{major,jdbcType=VARCHAR},
title = #{title,jdbcType=VARCHAR},
entry_remarks = #{entryRemarks,jdbcType=VARCHAR},
annex_url = #{annexUrl,jdbcType=VARCHAR},
annex_name = #{annexName,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=TIMESTAMP},
where id = #{id,jdbcType=INTEGER}
update personnel_entry
set school = #{school,jdbcType=VARCHAR},
education = #{education,jdbcType=VARCHAR},
major = #{major,jdbcType=VARCHAR},
title = #{title,jdbcType=VARCHAR},
entry_remarks = #{entryRemarks,jdbcType=VARCHAR},
annex_url = #{annexUrl,jdbcType=VARCHAR},
annex_name = #{annexName,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=TIMESTAMP}
where id = #{id,jdbcType=INTEGER}