From 51b44b3c9278ce5aa970db2b04f23856bd364305 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期五, 21 二月 2025 18:21:22 +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