xiangpei
2025-04-09 5450c79246026066978b70be83f08dfcd863d405
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);
}