| | |
| | | <result property="pid" column="pid"/> |
| | | <result property="guid" column="guid"/> |
| | | <result property="scriptid" column="scriptid"/> |
| | | <result property="nextQuestion" column="next_question"/> |
| | | </resultMap> |
| | | |
| | | <sql id="selectIvrLibaTemplateTargetoptionVo"> |
| | |
| | | targetregex2, |
| | | nodynamiccruxs, |
| | | dynamiccruxs, |
| | | targetid, |
| | | next_question, |
| | | optiondesc, language, version, groupid, isabnormal, warnup, warndown, del_flag, update_by, update_time, create_by, create_time, isupload, upload_time, orgid, pid, guid |
| | | from ivr_liba_template_targetoption |
| | | </sql> |
| | |
| | | <if test="orgid != null">orgid,</if> |
| | | <if test="pid != null">pid,</if> |
| | | <if test="guid != null">guid,</if> |
| | | <if test="nextQuestion != null">next_question,</if> |
| | | <if test="nodynamiccruxsJson != null ">nodynamiccruxs,</if> |
| | | <if test="dynamiccruxsJson != null ">dynamiccruxs,</if> |
| | | </trim> |
| | |
| | | <if test="orgid != null">#{orgid},</if> |
| | | <if test="pid != null">#{pid},</if> |
| | | <if test="guid != null">#{guid},</if> |
| | | <if test="nextQuestion != null">#{nextQuestion},</if> |
| | | <if test="nodynamiccruxsJson != null ">#{nodynamiccruxsJson},</if> |
| | | <if test="dynamiccruxsJson != null ">#{dynamiccruxsJson},</if> |
| | | </trim> |
| | |
| | | <if test="targetid != null">targetid = #{targetid},</if> |
| | | <if test="scriptid != null">scriptid = #{scriptid},</if> |
| | | <if test="targetname != null">targetname = #{targetname},</if> |
| | | <if test="templateid != null">templateID = #{templateid},</if> |
| | | <if test="templateID != null">templateID = #{templateID},</if> |
| | | <if test="targettype != null and targettype != ''">targettype = #{targettype},</if> |
| | | <if test="categoryName != null and categoryName != ''">categoryName = #{categoryName},</if> |
| | | <if test="targetvalue != null">targetvalue = #{targetvalue},</if> |
| | |
| | | <if test="orgid != null">orgid = #{orgid},</if> |
| | | <if test="pid != null">pid = #{pid},</if> |
| | | <if test="guid != null">guid = #{guid},</if> |
| | | <if test="nextQuestion != null">next_question = #{nextQuestion},</if> |
| | | <if test="nodynamiccruxsJson != null ">nodynamiccruxs = #{nodynamiccruxsJson},</if> |
| | | <if test="dynamiccruxsJson != null ">dynamiccruxs = #{dynamiccruxsJson},</if> |
| | | </trim> |