select id,question_name ,json_info, create_time, update_time from fs_question_and_answer
insert into fs_question_and_answer
id,json_info,question_name,create_time,update_time,#{id},#{jsonInfo},#{questionName},#{createTime},#{updateTime},
update fs_question_and_answer
json_info = #{jsonInfo},question_name = #{questionName},create_time = #{createTime},update_time = #{updateTime},
where id = #{id}
delete from fs_question_and_answer where id = #{id}
delete from fs_question_and_answer where id in
#{id}