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 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/smartor/src/main/resources/mapper/smartor/IvrTaskTemplateMapper.xml b/smartor/src/main/resources/mapper/smartor/IvrTaskTemplateMapper.xml
index 13529f8..0a0d62a 100644
--- a/smartor/src/main/resources/mapper/smartor/IvrTaskTemplateMapper.xml
+++ b/smartor/src/main/resources/mapper/smartor/IvrTaskTemplateMapper.xml
@@ -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