xiangpei
2025-03-17 87eb6395ed4d5f5c428d75661b7c7e6fe95bb420
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>