From 01a79d5b431b71cc79cf5f6cc92cd4f3432781dd Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期二, 30 四月 2024 12:39:54 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/resources/mapper/smartor/IvrLibaTemplateScriptMapper.xml | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/smartor/src/main/resources/mapper/smartor/IvrLibaTemplateScriptMapper.xml b/smartor/src/main/resources/mapper/smartor/IvrLibaTemplateScriptMapper.xml index 41c406a..cfc7c3d 100644 --- a/smartor/src/main/resources/mapper/smartor/IvrLibaTemplateScriptMapper.xml +++ b/smartor/src/main/resources/mapper/smartor/IvrLibaTemplateScriptMapper.xml @@ -92,12 +92,14 @@ <if test="submoduleVoice != null and submoduleVoice != ''">and submoduleVoice = #{submoduleVoice}</if> <if test="noClearlyText != null and noClearlyText != ''">and noClearlyText = #{noClearlyText}</if> <if test="noClearlyVoice != null and noClearlyVoice != ''">and noClearlyVoice = #{noClearlyVoice}</if> - <if test="questiontitle != null and questiontitle != ''">and questiontitle = #{questiontitle}</if> <if test="nextQuestion != null and nextQuestion != ''">and next_question = #{nextQuestion}</if> <if test="questionResult != null and questionResult != ''">and question_result = #{questionResult}</if> <if test="categoryName != null and categoryName != ''">and categoryName like concat('%', #{categoryName}, '%') </if> + <if test="questiontitle != null and questiontitle != ''">and questiontitle like concat('%', #{questiontitle}, + '%') + </if> <if test="targetOptions != null and targetOptions != ''">and targetOptions = #{targetOptions}</if> <if test="language != null and language != ''">and language = #{language}</if> <if test="playWavOnly != null ">and playWavOnly = #{playWavOnly}</if> -- Gitblit v1.9.3