peng
2026-04-01 6b43061d4dec7c1c99d089cf2e2f6ed56e0cb598
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>