select id, unit_id, people_id, type, number, start_time, end_time, remark, createtime, updatetime, unit_id1, unit_id2, unit_id3, people_id1, people_id2, people_id3, status1, status2, status3, people_state1, people_state2, people_state3, people1_remark, people2_remark, people3_remark, people1_authtime, people2_authtime, people3_authtime, status, job, unit_name, unit_name1, unit_name2, unit_name3, people_name, people_name1, people_name2, people_name3,address,reasons from bdgl_recuperate
insert into bdgl_recuperate
unit_id,
people_id,
type,
number,
start_time,
end_time,
remark,
createtime,
updatetime,
unit_id1,
unit_id2,
unit_id3,
people_id1,
people_id2,
people_id3,
status1,
status2,
status3,
people_state1,
people_state2,
people_state3,
people1_remark,
people2_remark,
people3_remark,
people1_authtime,
people2_authtime,
people3_authtime,
status,
job,
unit_name,
unit_name1,
unit_name2,
unit_name3,
people_name,
people_name1,
people_name2,
people_name3,
address,
reasons,
#{unitId},
#{peopleId},
#{type},
#{number},
#{startTime},
#{endTime},
#{remark},
#{createtime},
#{updatetime},
#{unitId1},
#{unitId2},
#{unitId3},
#{peopleId1},
#{peopleId2},
#{peopleId3},
#{status1},
#{status2},
#{status3},
#{peopleState1},
#{peopleState2},
#{peopleState3},
#{people1Remark},
#{people2Remark},
#{people3Remark},
#{people1Authtime},
#{people2Authtime},
#{people3Authtime},
#{status},
#{job},
#{unitName},
#{unitName1},
#{unitName2},
#{unitName3},
#{peopleName},
#{peopleName1},
#{peopleName2},
#{peopleName3},
#{address},
#{reasons},
update bdgl_recuperate
unit_id = #{unitId},
people_id = #{peopleId},
type = #{type},
number = #{number},
start_time = #{startTime},
end_time = #{endTime},
remark = #{remark},
createtime = #{createtime},
updatetime = #{updatetime},
unit_id1 = #{unitId1},
unit_id2 = #{unitId2},
unit_id3 = #{unitId3},
people_id1 = #{peopleId1},
people_id2 = #{peopleId2},
people_id3 = #{peopleId3},
status1 = #{status1},
status2 = #{status2},
status3 = #{status3},
people_state1 = #{peopleState1},
people_state2 = #{peopleState2},
people_state3 = #{peopleState3},
people1_remark = #{people1Remark},
people2_remark = #{people2Remark},
people3_remark = #{people3Remark},
people1_authtime = #{people1Authtime},
people2_authtime = #{people2Authtime},
people3_authtime = #{people3Authtime},
status = #{status},
job = #{job},
unit_name = #{unitName},
unit_name1 = #{unitName1},
unit_name2 = #{unitName2},
unit_name3 = #{unitName3},
people_name = #{peopleName},
people_name1 = #{peopleName1},
people_name2 = #{peopleName2},
people_name3 = #{peopleName3},
address = #{address},
reasons = #{reasons},
where id = #{id}
delete from bdgl_recuperate where id = #{id}
delete from bdgl_recuperate where id in
#{id}