TASK: sketchBoard裁剪;
This commit is contained in:
@@ -287,6 +287,7 @@ public class CollectionElementServiceImpl extends ServiceImpl<CollectionElementM
|
||||
List<Library> libraryList = CopyUtil.copyList(elements, Library.class, (o, d) -> {
|
||||
if (d.getLevel1Type().equals(LibraryLevel1TypeEnum.SKETCH_BOARD.getRealName())) {
|
||||
d.setLevel3Type(modelSex);
|
||||
libraryService.processSketchBoards(d.getUrl(), d.getLevel2Type());
|
||||
}
|
||||
d.setCreateDate(DateUtil.getByTimeZone(timeZone));
|
||||
d.setName(name);
|
||||
|
||||
Reference in New Issue
Block a user