select id, plan_name, plan_start_time, plan_end_time, plan_introduction, file_path, file_name, create_time, update_time, create_name, create_id, remark, plan_number, response_number, unit_id, state from thought_plan
insert into thought_plan
plan_name,
plan_start_time,
plan_end_time,
plan_introduction,
file_path,
file_name,
create_time,
update_time,
create_name,
create_id,
remark,
plan_number,
response_number,
unit_id,
state,
#{planName},
#{planStartTime},
#{planEndTime},
#{planIntroduction},
#{filePath},
#{fileName},
#{createTime},
#{updateTime},
#{createName},
#{createId},
#{remark},
#{planNumber},
#{responseNumber},
#{unitId},
#{state},
update thought_plan
plan_name = #{planName},
plan_start_time = #{planStartTime},
plan_end_time = #{planEndTime},
plan_introduction = #{planIntroduction},
file_path = #{filePath},
file_name = #{fileName},
create_time = #{createTime},
update_time = #{updateTime},
create_name = #{createName},
create_id = #{createId},
remark = #{remark},
plan_number = #{planNumber},
response_number = #{responseNumber},
unit_id = #{unitId},
state = #{state},
where id = #{id}
delete from thought_plan where id = #{id}
delete from thought_plan where id in
#{id}