From 1263409d7c2806b24bdeb8c5cd0cd6c2d072c4f7 Mon Sep 17 00:00:00 2001 From: shahaibo <1023316923@qq.com> Date: Tue, 29 Apr 2025 15:08:59 +0800 Subject: [PATCH] =?UTF-8?q?TASK:=E6=A8=A1=E5=9D=97=E5=8C=96=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/ai/da/service/impl/DesignServiceImpl.java | 1 + 1 file changed, 1 insertion(+) 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();