From fa8dce53106f77c22d52d2c1da251ea2c41ab9b8 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期三, 06 三月 2024 11:56:26 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/resources/mapper/smartor/IvrLibaScriptMapper.xml | 26 +++++++++++++------------- 1 files changed, 13 insertions(+), 13 deletions(-) diff --git a/smartor/src/main/resources/mapper/smartor/IvrLibaScriptMapper.xml b/smartor/src/main/resources/mapper/smartor/IvrLibaScriptMapper.xml index 46ab1a4..ef4f226 100644 --- a/smartor/src/main/resources/mapper/smartor/IvrLibaScriptMapper.xml +++ b/smartor/src/main/resources/mapper/smartor/IvrLibaScriptMapper.xml @@ -7,7 +7,7 @@ <resultMap type="com.smartor.domain.IvrLibaScript" id="IvrLibaScriptResult"> <result property="id" column="id"/> <result property="questiontitle" column="questiontitle"/> - <result property="questiontext" column="questiontext"/> + <result property="questionText" column="questionText"/> <result property="questionvoice" column="questionvoice"/> <result property="nomatchtext" column="nomatchtext"/> <result property="nomatchvoice" column="nomatchvoice"/> @@ -40,7 +40,7 @@ <result property="orgid" column="orgid"/> <result property="pid" column="pid"/> <result property="guid" column="guid"/> - <result property="parameter" column="parameter"/> + <result property="otherdata" column="otherdata"/> <result property="suitway" column="suitway"/> <result property="isAvailable" column="isAvailable"/> <result property="campus" column="campus"/> @@ -58,7 +58,7 @@ questiontitle, isenable, isAvailable, - questiontext, + questionText, questionvoice, nomatchtext, nomatchvoice, @@ -72,7 +72,7 @@ targetid, targetname, tag, - targetoptions, language, remark, version, usestate, adduserid, addtime, modifyuserid, modifytime, assortid, del_flag, update_by, update_time, create_by, create_time, isupload, upload_time, orgid, pid, guid, parameter + targetoptions, language, remark, version, usestate, adduserid, addtime, modifyuserid, modifytime, assortid, del_flag, update_by, update_time, create_by, create_time, isupload, upload_time, orgid, pid, guid, otherdata from ivr_liba_script </sql> @@ -89,7 +89,7 @@ <if test="suitway != null and suitway != ''">and suitway = #{suitway}</if> <if test="isAvailable != null and isAvailable != ''">and isAvailable = #{isAvailable}</if> <if test="isenable != null ">and isenable = #{isenable}</if> - <if test="questiontext != null and questiontext != ''">and questiontext = #{questiontext}</if> + <if test="questionText != null and questionText != ''">and questionText = #{questionText}</if> <if test="questionvoice != null and questionvoice != ''">and questionvoice = #{questionvoice}</if> <if test="nomatchtext != null and nomatchtext != ''">and nomatchtext = #{nomatchtext}</if> <if test="nomatchvoice != null and nomatchvoice != ''">and nomatchvoice = #{nomatchvoice}</if> @@ -116,7 +116,7 @@ <if test="orgid != null and orgid != ''">and orgid = #{orgid}</if> <if test="pid != null ">and pid = #{pid}</if> <if test="guid != null and guid != ''">and guid = #{guid}</if> - <if test="parameter != null and parameter != ''">and parameter = #{parameter}</if> + <if test="otherdata != null and otherdata != ''">and otherdata = #{otherdata}</if> </where> </select> @@ -137,7 +137,7 @@ <if test="tag != null">tag,</if> <if test="isAvailable != null">isAvailable,</if> <if test="isenable != null">isenable,</if> - <if test="questiontext != null">questiontext,</if> + <if test="questionText != null">questionText,</if> <if test="questionvoice != null">questionvoice,</if> <if test="nomatchtext != null">nomatchtext,</if> <if test="nomatchvoice != null">nomatchvoice,</if> @@ -170,7 +170,7 @@ <if test="orgid != null">orgid,</if> <if test="pid != null">pid,</if> <if test="guid != null">guid,</if> - <if test="parameter != null">parameter,</if> + <if test="otherdata != null">otherdata,</if> </trim> <trim prefix="values (" suffix=")" suffixOverrides=","> <if test="questiontitle != null">#{questiontitle},</if> @@ -181,7 +181,7 @@ <if test="tag != null">#{tag},</if> <if test="isAvailable != null">#{isAvailable},</if> <if test="isenable != null">#{isenable},</if> - <if test="questiontext != null">#{questiontext},</if> + <if test="questionText != null">#{questionText},</if> <if test="questionvoice != null">#{questionvoice},</if> <if test="nomatchtext != null">#{nomatchtext},</if> <if test="nomatchvoice != null">#{nomatchvoice},</if> @@ -214,7 +214,7 @@ <if test="orgid != null">#{orgid},</if> <if test="pid != null">#{pid},</if> <if test="guid != null">#{guid},</if> - <if test="parameter != null">#{parameter},</if> + <if test="otherdata != null">#{otherdata},</if> </trim> </insert> @@ -225,7 +225,7 @@ <if test="suitway != null">suitway = #{suitway},</if> <if test="isAvailable != null">isAvailable = #{isAvailable},</if> <if test="isenable != null">isenable = #{isenable},</if> - <if test="questiontext != null">questiontext = #{questiontext},</if> + <if test="questionText != null">questionText = #{questionText},</if> <if test="questionvoice != null">questionvoice = #{questionvoice},</if> <if test="nomatchtext != null">nomatchtext = #{nomatchtext},</if> <if test="nomatchvoice != null">nomatchvoice = #{nomatchvoice},</if> @@ -258,7 +258,7 @@ <if test="orgid != null">orgid = #{orgid},</if> <if test="pid != null">pid = #{pid},</if> <if test="guid != null">guid = #{guid},</if> - <if test="parameter != null">parameter = #{parameter},</if> + <if test="otherdata != null and otherdata != ''">otherdata = #{otherdata},</if> <if test="deptNames != null">deptNames = #{deptNames},</if> <if test="deptIds != null">deptIds = #{deptIds},</if> <if test="campus != null">campus = #{campus},</if> @@ -270,7 +270,7 @@ <update id="deleteIvrLibaScriptByQuestionid" parameterType="Integer"> update ivr_liba_script <trim prefix="SET" suffixOverrides=","> - <if test="delFlag != null and delFlag != ''">del_flag = 1,</if> + del_flag = 1 </trim> where id = #{id} </update> -- Gitblit v1.9.3