| | |
| | | where id = #{id} |
| | | </update> |
| | | |
| | | <update id="updateDynam" parameterType="com.smartor.domain.IvrLibaScriptTargetoption"> |
| | | update ivr_liba_script_targetoption |
| | | <trim prefix="SET" suffixOverrides=","> |
| | | <if test="nodynamiccruxsJson == null ">nodynamiccruxs = "",</if> |
| | | <if test="dynamiccruxsJson == null ">dynamiccruxs = "",</if> |
| | | </trim> |
| | | where id = #{id} |
| | | </update> |
| | | |
| | | <delete id="deleteIvrLibaScriptTargetoptionByTargetoptionid" parameterType="Long"> |
| | | update ivr_liba_script_targetoption |
| | | <trim prefix="SET" suffixOverrides=","> |