select id, title, content, `key`, title_content_index, show_flag, create_time, create_by, update_time, update_by, del_flag from sys_nutrition_question insert into sys_nutrition_question title, content, `key`, title_content_index, show_flag, create_time, create_by, update_time, update_by, del_flag, #{title}, #{content}, #{key}, #{titleContentIndex}, #{showFlag}, #{createTime}, #{createBy}, #{updateTime}, #{updateBy}, #{delFlag}, update sys_nutrition_question title = #{title}, content = #{content}, `key` = #{key}, title_content_index = #{titleContentIndex}, show_flag = #{showFlag}, create_time = #{createTime}, create_by = #{createBy}, update_time = #{updateTime}, update_by = #{updateBy}, del_flag = #{delFlag}, where id = #{id} update sys_nutrition_question set del_flag = 1 where id = #{id} update sys_nutrition_question set del_flag = 1 where id in #{id} update sys_nutrition_question set show_flag = #{wxShow} where id in #{id}