From 41186e2997b7b4567006edc96afb641001458690 Mon Sep 17 00:00:00 2001
From: 陈昶聿 <chychen@nbjetron.com>
Date: 星期四, 25 十二月 2025 11:17:53 +0800
Subject: [PATCH] 【市一】 语音电话发送调整 随访时间为空的空指针异常
---
smartor/src/main/resources/mapper/smartor/IvrTaskTemplateMapper.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/smartor/src/main/resources/mapper/smartor/IvrTaskTemplateMapper.xml b/smartor/src/main/resources/mapper/smartor/IvrTaskTemplateMapper.xml
index 78560d3..0a0d62a 100644
--- a/smartor/src/main/resources/mapper/smartor/IvrTaskTemplateMapper.xml
+++ b/smartor/src/main/resources/mapper/smartor/IvrTaskTemplateMapper.xml
@@ -92,7 +92,7 @@
resultMap="IvrTaskTemplateResult">
<include refid="selectIvrTaskTemplateVo"/>
<where>
- del_flat=0
+ del_flag=0
<if test="taskid != null ">and taskid = #{taskid}</if>
<if test="sendDay != null ">and send_day = #{sendDay}</if>
<if test="id != null ">and id = #{id}</if>
@@ -190,7 +190,7 @@
<if test="deptIds != null">deptIds,</if>
<if test="deptNames != null">dept_names,</if>
<if test="fKsdm != null">F_KSDM,</if>
- <if test="delFlag != null and delFlag != ''">del_flag,</if>
+ del_flag,
<if test="updateBy != null">update_by,</if>
<if test="updateTime != null">update_time,</if>
<if test="createBy != null">create_by,</if>
@@ -249,7 +249,7 @@
<if test="deptIds != null">#{deptIds},</if>
<if test="deptNames != null">#{deptNames},</if>
<if test="fKsdm != null">#{fKsdm},</if>
- <if test="delFlag != null and delFlag != ''">#{delFlag},</if>
+ '0',
<if test="updateBy != null">#{updateBy},</if>
<if test="updateTime != null">#{updateTime},</if>
<if test="createBy != null">#{createBy},</if>
--
Gitblit v1.9.3