From 8d2f2f78c0c02205b91946f4f5cfdc03bcb3383a Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期四, 10 四月 2025 16:25:21 +0800 Subject: [PATCH] 项目法人单位保存bug --- flowable/src/main/resources/mapper/FlowDeployMapper.xml | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/flowable/src/main/resources/mapper/FlowDeployMapper.xml b/flowable/src/main/resources/mapper/FlowDeployMapper.xml index f1d880a..632bb71 100644 --- a/flowable/src/main/resources/mapper/FlowDeployMapper.xml +++ b/flowable/src/main/resources/mapper/FlowDeployMapper.xml @@ -82,4 +82,8 @@ order by rd.deploy_time_ desc </select> + <update id="updateProcess"> + UPDATE act_ge_bytearray SET BYTES_ = #{bytes, jdbcType=BLOB} WHERE DEPLOYMENT_ID_ = #{deployId} AND GENERATED_ = 0 + </update> + </mapper> -- Gitblit v1.8.0