xiangpei
2025-03-21 11a4a369627c2faa093005970f37d3761759fc2f
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);
}