select * from fs_course_finish_temp_parent
insert into fs_course_finish_temp_parent
name,course_id,create_time,create_by,update_by,update_time,remark,#{name},#{courseId},#{createTime},#{createBy},#{updateBy},#{updateTime},#{remark},
update fs_course_finish_temp_parent
name = #{name},course_id = #{courseId},create_time = #{createTime},create_by = #{createBy},update_by = #{updateBy},update_time = #{updateTime},remark = #{remark},
where id = #{id}
delete from fs_course_finish_temp_parent where id = #{id}
delete from fs_course_finish_temp_parent where id in
#{id}