From 987e38327f849e1b13d8541246dde08d877db0e8 Mon Sep 17 00:00:00 2001
From: 陈昶聿 <chychen@nbjetron.com>
Date: 星期三, 07 一月 2026 14:10:43 +0800
Subject: [PATCH] 【市一】调整mapper获取ordid
---
smartor/src/main/resources/mapper/smartor/IvrLibaTargetMapper.xml | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/smartor/src/main/resources/mapper/smartor/IvrLibaTargetMapper.xml b/smartor/src/main/resources/mapper/smartor/IvrLibaTargetMapper.xml
index 51e7c20..d615047 100644
--- a/smartor/src/main/resources/mapper/smartor/IvrLibaTargetMapper.xml
+++ b/smartor/src/main/resources/mapper/smartor/IvrLibaTargetMapper.xml
@@ -108,7 +108,6 @@
resultMap="IvrLibaTargetResult">
<include refid="selectIvrLibaTargetVo"/>
WHERE 1=1
-
AND del_flag =0
<if test="id != null ">and id = #{id}</if>
<if test="groupid != null and groupid != ''">and groupid = #{groupid}</if>
@@ -134,8 +133,6 @@
<if test="suitWay != null and suitWay != ''">and suitWay like concat('%', #{suitWay}, '%')</if>
<if test="parameter != null and parameter != ''">and parameter = #{parameter}</if>
<if test="optionDesc != null and optionDesc != ''">and option_desc = #{optionDesc}</if>
-
-
order by update_time desc
</select>
@@ -172,7 +169,6 @@
LEFT JOIN ivr_liba_targetoption b
on a.id = b.targetid
WHERE 1=1
-
AND a.del_flag != 1 and b.del_flag != 1
<if test="groupid != null and groupid != ''">and a.groupid = #{groupid}</if>
<if test="targettype != null and targettype != ''">and a.targettype = #{targettype}</if>
@@ -196,8 +192,6 @@
<if test="suitWay != null and suitWay != ''">a.suitWay like concat('%', #{suitWay}, '%')</if>
<if test="parameter != null and parameter != ''">a.parameter = #{parameter}</if>
<if test="optionDesc != null and optionDesc != ''">a.option_desc = #{optionDesc}</if>
-
-
ORDER BY a.targetID
</select>
--
Gitblit v1.9.3