From af4db2407e7c60bdd4b250ecaa58454d29bab6a2 Mon Sep 17 00:00:00 2001
From: 陈昶聿 <chychen@nbjetron.com>
Date: 星期四, 05 二月 2026 15:45:12 +0800
Subject: [PATCH] 【市一】报错处理

---
 smartor/src/main/resources/mapper/smartor/ServiceSubtaskPreachformMapper.xml |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/smartor/src/main/resources/mapper/smartor/ServiceSubtaskPreachformMapper.xml b/smartor/src/main/resources/mapper/smartor/ServiceSubtaskPreachformMapper.xml
index c5a44ee..be414c3 100644
--- a/smartor/src/main/resources/mapper/smartor/ServiceSubtaskPreachformMapper.xml
+++ b/smartor/src/main/resources/mapper/smartor/ServiceSubtaskPreachformMapper.xml
@@ -230,19 +230,19 @@
         </trim>
         where 1=1
             <if test="subid != null">and subid =
-                #{subid},
+                #{subid}
             </if>
             <if test="taskid != null">and taskid =
-                #{taskid},
+                #{taskid}
             </if>
             <if test="preachform != null">and preachform =
-                #{preachform},
+                #{preachform}
             </if>
             <if test="remark != null">and remark =
-                #{remark},
+                #{remark}
             </if>
             <if test="orgid != null">and orgid =
-                #{orgid},
+                #{orgid}
             </if>
     </update>
 

--
Gitblit v1.9.3