diff --git a/src/main/java/com/ai/da/service/impl/DesignServiceImpl.java b/src/main/java/com/ai/da/service/impl/DesignServiceImpl.java index 3728b585..a9f5db9d 100644 --- a/src/main/java/com/ai/da/service/impl/DesignServiceImpl.java +++ b/src/main/java/com/ai/da/service/impl/DesignServiceImpl.java @@ -2756,6 +2756,7 @@ public class DesignServiceImpl extends ServiceImpl impleme collectionElement.setUrl(url); collectionElement.setHasPin((byte) 0); collectionElement.setCreateDate(date); + libraryService.processSketchBoards(url, collectionElement.getLevel2Type()); }else if (receiveCollectionElement.getLevel1Type().equals(CollectionLevel1TypeEnum.COLOR_BOARD.getRealName())) { String color = receiveCollectionElement.getRgb(); int[] rgb = Arrays.stream(color.split("\\s+")).mapToInt(Integer::parseInt).toArray();