This commit is contained in:
parent
09ccc004da
commit
48d2534123
|
|
@ -24,5 +24,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
</insert>
|
||||
<update id="updateSysWorkflowRecord">
|
||||
update sys_workflow_record set workflow_status = #{workflowStatus} where task_id = #{taskId}
|
||||
<if test="taskType != null"> and task_type = #{taskType},</if>
|
||||
</update>
|
||||
</mapper>
|
||||
|
|
|
|||
Loading…
Reference in New Issue