EchartsId, EchartsType, EchartsTitle,EchartsUrl EchartsOption delete from RES_ECHARTSCOFING where EchartsId = #{echartsid,jdbcType=INTEGER} insert into RES_ECHARTSCOFING ( EchartsType, EchartsTitle, EchartsOption) values ( #{echartstype,jdbcType=VARCHAR}, #{echartstitle,jdbcType=VARCHAR}, #{echartsoption,jdbcType=LONGVARCHAR}) select NEXTVAL('RES_ECHARTSCOFING_INS_SEQ') from dual insert into RES_ECHARTSCOFING EchartsId, EchartsType, EchartsTitle, EchartsOption, EchartsUrl, #{echartsid,jdbcType=INTEGER}, #{echartstype,jdbcType=VARCHAR}, #{echartstitle,jdbcType=VARCHAR}, #{echartsoption,jdbcType=LONGVARCHAR}, #{echartsUrl,jdbcType=LONGVARCHAR}, update RES_ECHARTSCOFING EchartsType = #{echartstype,jdbcType=VARCHAR}, EchartsTitle = #{echartstitle,jdbcType=VARCHAR}, EchartsOption = #{echartsoption,jdbcType=LONGVARCHAR}, EchartsUrl = #{echartsUrl,jdbcType=LONGVARCHAR}, where EchartsId = #{echartsid,jdbcType=INTEGER}