INSERT into rm_property (id, title, property_tag, property_out, ds_form_content_id, html_content, js_content, js_rely_on, create_id, create_time) VALUES (#{id}, #{title}, #{propertyTag}, #{propertyOut}, #{dsFormContentId}, #{htmlContent}, #{jsContent}, #{jsRelyOn}, #{createId}, #{createTime}) DELETE FROM rm_property WHERE id = #{id} UPDATE rm_property title = #{title}, property_tag = #{propertyTag}, property_out = #{propertyOut}, ds_form_content_id = #{dsFormContentId}, html_content = #{htmlContent}, js_content = #{jsContent}, js_rely_on = #{jsRelyOn}, WHERE id = #{id}