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/IvrTaskSingleMapper.xml | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/smartor/src/main/resources/mapper/smartor/IvrTaskSingleMapper.xml b/smartor/src/main/resources/mapper/smartor/IvrTaskSingleMapper.xml index 9667cc4..f680203 100644 --- a/smartor/src/main/resources/mapper/smartor/IvrTaskSingleMapper.xml +++ b/smartor/src/main/resources/mapper/smartor/IvrTaskSingleMapper.xml @@ -140,6 +140,7 @@ <select id="selectIvrTaskcallList" parameterType="com.smartor.domain.IvrTaskSingle" resultMap="IvrTaskcallResult"> <include refid="selectIvrTaskcallVo"/> <where> + del_flag=0 <if test="sendname != null and sendname != ''">and sendname like concat('%', #{sendname}, '%')</if> <if test="phone != null and phone != ''">and phone = #{phone}</if> <if test="sex != null and sex != ''">and sex = #{sex}</if> @@ -481,6 +482,7 @@ WHERE jt.begantime > #{beganTime} AND jt.begantime <= #{endTime} AND sendstate IS NULL + AND del_flag = 0 </select> -- Gitblit v1.9.3