xiangpei
2025-03-26 f9504e80579c35586c2adb0f2e4a384d31aac22f
flowable/src/main/java/com/ycl/mapper/FlowDeployMapper.java
@@ -39,4 +39,6 @@
     * @param query
     */
    IPage selectDeployListWithConfigPage(IPage<FlowProcDefWithConfigDto> page, @Param("query") ProcessConfigInfoQuery query);
    void updateProcess(@Param("bytes") Object bytes, @Param("deployId") String deployId);
}