select id, week, time, dateline, contents, unit_id1, people_ids, address, start_time, end_time, weekjob_id, should_arrive, real_to, percentage, organizer from thought_weekjob_fu
insert into thought_weekjob_fu
week,
time,
dateline,
contents,
unit_id1,
people_ids,
address,
start_time,
end_time,
weekjob_id,
should_arrive,
real_to,
percentage,
organizer,
#{week},
#{time},
#{dateline},
#{contents},
#{unitId1},
#{peopleIds},
#{address},
#{startTime},
#{endTime},
#{weekjobId},
#{shouldArrive},
#{realTo},
#{percentage},
#{organizer},
update thought_weekjob_fu
week = #{week},
time = #{time},
dateline = #{dateline},
contents = #{contents},
unit_id1 = #{unitId1},
people_ids = #{peopleIds},
address = #{address},
start_time = #{startTime},
end_time = #{endTime},
weekjob_id = #{weekjobId},
should_arrive = #{shouldArrive},
real_to = #{realTo},
percentage = #{percentage},
organizer = #{organizer},
where id = #{id}
delete from thought_weekjob_fu where id = #{id}
delete from thought_weekjob_fu where id in
#{id}