select id, unit_id, people_id, job, class_id, createtime, check_information, people_name, yeardate, unit_name, type, age, id_munber, file_name, file_path from bdgl_examine
insert into bdgl_examine
unit_id,
people_id,
job,
class_id,
createtime,
check_information,
people_name,
yeardate,
unit_name,
type,
age,
id_munber,
file_name,
file_path,
#{unitId},
#{peopleId},
#{job},
#{classId},
#{createtime},
#{checkInformation},
#{peopleName},
#{yeardate},
#{unitName},
#{type},
#{age},
#{idMunber},
#{fileName},
#{filePath},
update bdgl_examine
unit_id = #{unitId},
people_id = #{peopleId},
job = #{job},
class_id = #{classId},
createtime = #{createtime},
check_information = #{checkInformation},
people_name = #{peopleName},
yeardate = #{yeardate},
unit_name = #{unitName},
type = #{type},
age = #{age},
id_munber = #{idMunber},
file_name = #{fileName},
file_path = #{filePath},
where id = #{id}
delete from bdgl_examine where id = #{id}
delete from bdgl_examine where id in
#{id}