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">