select id, item_name, item_value, create_by, create_time, update_by, update_time from bm_config insert into bm_config item_name, item_value, create_by, create_time, update_by, update_time, #{itemName}, #{itemValue}, #{createBy}, #{createTime}, #{updateBy}, #{updateTime}, update bm_config item_name = #{itemName}, item_value = #{itemValue}, create_by = #{createBy}, create_time = #{createTime}, update_by = #{updateBy}, update_time = #{updateTime}, where id = #{id} delete from bm_config where id = #{id} delete from bm_config where id in #{id}