select id, title, language, content, is_show, create_time, search_value, type from t_option_rules insert into t_option_rules title, language, content, is_show, create_time, type, search_value, #{title}, #{language}, #{content}, #{isShow}, #{createTime}, #{type}, #{searchValue}, update t_option_rules title = #{title}, language = #{language}, content = #{content}, is_show = #{isShow}, create_time = #{createTime}, type = #{type}, search_value = #{searchValue}, where id = #{id} delete from t_option_rules where id = #{id} delete from t_option_rules where id in #{id}