select id,
name,
sex,
age,
id_card,
birthday,
phoe,
email,
address,
marriage,
nation,
tj_category,
tj_type,
pro_ids,
pac_id,
company,
job_no,
department,
department_id,
position,
create_time,
create_by,
update_time,
update_by,
reservation_time,
is_expire,
deleted,
pay_type,
discount,
time_region,
id_type,
age_unit,
career,
szd
from tj_reservation
insert into tj_reservation
name,
sex,
age,
id_card,
birthday,
phoe,
email,
address,
marriage,
nation,
tj_category,
tj_type,
pro_id,
pac_id,
company,
job_no,
department,
department_id,
position,
create_time,
create_by,
update_time,
update_by,
reservation_time,
is_expire,
deleted,
pay_type,
time_region,
id_type,
age_unit,
career,
#{name},
#{sex},
#{idCard},
#{birthday},
#{phoe},
#{email},
#{address},
#{marriage},
#{nation},
#{tjCategory},
#{tjType},
#{proId},
#{pacId},
#{company},
#{jobNo},
#{department},
#{departmentId},
#{position},
#{createTime},
#{createBy},
#{updateTime},
#{updateBy},
#{reservationTime},
#{isExpire},
#{deleted},
#{payType},
#{timeRegion},
#{age},
#{idType},
#{ageUnit},
#{career},
update tj_reservation
name = #{name},
sex = #{sex},
id_card = #{idCard},
birthday = #{birthday},
phoe = #{phoe},
email = #{email},
address = #{address},
marriage = #{marriage},
nation = #{nation},
tj_category = #{tjCategory},
tj_type = #{tjType},
pro_id = #{proId},
pac_id = #{pacId},
company = #{company},
job_no = #{jobNo},
department = #{department},
department_id = #{departmentId},
position = #{position},
create_time = #{createTime},
create_by = #{createBy},
update_time = #{updateTime},
update_by = #{updateBy},
reservation_time = #{reservationTime},
is_expire = #{isExpire},
deleted = #{deleted},
pay_type = #{payType},
time_region = #{timeRegion},
age = #{age},
id_type = #{idType},
age_unit = #{ageUnit},
career = #{career},
where id = #{id}
delete
from tj_reservation
where id = #{id}
delete from tj_reservation where id in
#{id}