This commit is contained in:
zfh 2025-02-20 22:42:12 +08:00
parent 09ccc004da
commit 48d2534123
1 changed files with 1 additions and 0 deletions

View File

@ -24,5 +24,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</insert> </insert>
<update id="updateSysWorkflowRecord"> <update id="updateSysWorkflowRecord">
update sys_workflow_record set workflow_status = #{workflowStatus} where task_id = #{taskId} update sys_workflow_record set workflow_status = #{workflowStatus} where task_id = #{taskId}
<if test="taskType != null"> and task_type = #{taskType},</if>
</update> </update>
</mapper> </mapper>