From 6ed96560a308d3aade30e76e3112217f42508af7 Mon Sep 17 00:00:00 2001
From: sinake <sinake1@qq.com>
Date: 星期五, 19 九月 2025 09:08:29 +0800
Subject: [PATCH] 丽水获取token url获取改成sys_config表动态设置

---
 smartor/src/main/resources/mapper/smartor/ServiceTaskdeptMapper.xml |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/smartor/src/main/resources/mapper/smartor/ServiceTaskdeptMapper.xml b/smartor/src/main/resources/mapper/smartor/ServiceTaskdeptMapper.xml
index 4eaf56e..a858e13 100644
--- a/smartor/src/main/resources/mapper/smartor/ServiceTaskdeptMapper.xml
+++ b/smartor/src/main/resources/mapper/smartor/ServiceTaskdeptMapper.xml
@@ -173,8 +173,8 @@
             </if>
         </trim>
         <where>
-        <if test="id != null">and id = #{id},</if>
-        <if test="taskId != null">and task_id = #{taskId},</if>
+        <if test="id != null">and id = #{id}</if>
+        <if test="taskId != null">and task_id = #{taskId}</if>
         </where>
     </update>
 
@@ -193,8 +193,8 @@
             update_time = sysdate()
         </trim>
         <where>
-            <if test="id != null">and id = #{id},</if>
-            <if test="taskId != null">and task_id = #{taskId},</if>
+            <if test="id != null">and id = #{id}</if>
+            <if test="taskId != null">and task_id = #{taskId}</if>
         </where>
     </update>
 

--
Gitblit v1.9.3