liusheng
2025-02-20 3cef3e781e6da1994c77bd4045a949f36878874a
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">