From 3cef3e781e6da1994c77bd4045a949f36878874a Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期四, 20 二月 2025 19:00:15 +0800
Subject: [PATCH] 代码提交

---
 smartor/src/main/resources/mapper/smartor/ServiceSubtaskMapper.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/smartor/src/main/resources/mapper/smartor/ServiceSubtaskMapper.xml b/smartor/src/main/resources/mapper/smartor/ServiceSubtaskMapper.xml
index 924ba33..2f4a4c7 100644
--- a/smartor/src/main/resources/mapper/smartor/ServiceSubtaskMapper.xml
+++ b/smartor/src/main/resources/mapper/smartor/ServiceSubtaskMapper.xml
@@ -154,7 +154,8 @@
                stop_state,
                leavehospitaldistrictcode,
                leavehospitaldistrictname,
-               leavediagname,leaveicd10code
+               leavediagname,
+               leaveicd10code
         from service_subtask
     </sql>
 
@@ -732,9 +733,8 @@
             <if test="patfrom != null ">patfrom=#{patfrom},</if>
             <if test="taskGuid != null ">task_guid=#{taskGuid},</if>
         </trim>
-        where task_guid = #{taskGuid}
+        where task_guid = #{taskGuid} and task_name = #{taskName}
     </update>
-
 
 
     <update id="deleteServiceSubtaskById" parameterType="Long">

--
Gitblit v1.9.3