TASK:模块化;
This commit is contained in:
@@ -2756,6 +2756,7 @@ public class DesignServiceImpl extends ServiceImpl<DesignMapper, Design> 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();
|
||||
|
||||
Reference in New Issue
Block a user