select id, plan_id, plan_content, isresponse from thought_plan_fu
insert into thought_plan_fu
plan_id,plan_content,isresponse,#{planId},#{planContent},#{isresponse},
update thought_plan_fu
plan_id = #{planId},plan_content = #{planContent},isresponse = #{isresponse},
where id = #{id}
delete from thought_plan_fu where id = #{id}
delete from thought_plan_fu where id in
#{id}
delete from thought_plan_fu where plan_id = #{planId}