xiangpei
2025-03-31 6e8166012e4e5842cfdecd4d318f8f9ec6ac9f4d
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>