select id,views,questions_type,dept_id, title, sort, answers, tags, create_time, status from fs_questions
insert into fs_questions
title,sort,answers,tags,create_time,status,views,questions_type,dept_id,#{title},#{sort},#{answers},#{tags},#{createTime},#{status},#{views},#{questionsType},#{deptId},
update fs_questions
title = #{title},sort = #{sort},answers = #{answers},tags = #{tags},create_time = #{createTime},status = #{status},views = #{views},questions_type = #{questionsType},dept_id = #{deptId},
where id = #{id}
delete from fs_questions where id = #{id}
delete from fs_questions where id in
#{id}