|
|
|
|
@@ -1719,15 +1719,15 @@ public class UserLikeGroupServiceImpl extends ServiceImpl<UserLikeGroupMapper, U
|
|
|
|
|
ThreeDModule threeDModule = threeDModules.get(0);
|
|
|
|
|
if (null != threeDModule.getThreeDSimpleId()){
|
|
|
|
|
ThreeDModuleVO threeDModuleVO = CopyUtil.copyObject(threeDModule, ThreeDModuleVO.class);
|
|
|
|
|
// if (null != threeDModule.getCollectionElementId()) {
|
|
|
|
|
// CollectionElement collectionElement = collectionElementMapper.selectById(threeDModule.getCollectionElementId());
|
|
|
|
|
// if (Objects.nonNull(collectionElement)) {
|
|
|
|
|
// threeDModuleVO.setPrintMinioUrl(minioUtil.getPreSignedUrl(collectionElement.getUrl(), CommonConstant.MINIO_IMAGE_EXPIRE_TIME));
|
|
|
|
|
// }
|
|
|
|
|
// }
|
|
|
|
|
if (!StringUtils.isEmpty(threeDModuleVO.getPrintMinioUrl())) {
|
|
|
|
|
threeDModuleVO.setPrintMinioUrl(minioUtil.getPreSignedUrl(threeDModuleVO.getPrintMinioUrl(), CommonConstant.MINIO_IMAGE_EXPIRE_TIME));
|
|
|
|
|
if (null != threeDModule.getCollectionElementId()) {
|
|
|
|
|
CollectionElement collectionElement = collectionElementMapper.selectById(threeDModule.getCollectionElementId());
|
|
|
|
|
if (Objects.nonNull(collectionElement)) {
|
|
|
|
|
threeDModuleVO.setPrintMinioUrl(minioUtil.getPreSignedUrl(collectionElement.getUrl(), CommonConstant.MINIO_IMAGE_EXPIRE_TIME));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
// if (!StringUtils.isEmpty(threeDModuleVO.getPrintMinioUrl())) {
|
|
|
|
|
// threeDModuleVO.setPrintMinioUrl(minioUtil.getPreSignedUrl(threeDModuleVO.getPrintMinioUrl(), CommonConstant.MINIO_IMAGE_EXPIRE_TIME));
|
|
|
|
|
// }
|
|
|
|
|
moduleChooseVO.setPatternMaking3D(threeDModuleVO);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
@@ -2000,7 +2000,8 @@ public class UserLikeGroupServiceImpl extends ServiceImpl<UserLikeGroupMapper, U
|
|
|
|
|
threeDModule.setThreeDSimpleId(patternMaking3D.getThreeDSimpleId());
|
|
|
|
|
threeDModule.setX(patternMaking3D.getX());
|
|
|
|
|
threeDModule.setY(patternMaking3D.getY());
|
|
|
|
|
threeDModule.setPrintMinioUrl(patternMaking3D.getPrintMinioUrl());
|
|
|
|
|
// threeDModule.setPrintMinioUrl(patternMaking3D.getPrintMinioUrl());
|
|
|
|
|
threeDModule.setCollectionElementId(patternMaking3D.getCollectionElementId());
|
|
|
|
|
threeDModuleMapper.insert(threeDModule);
|
|
|
|
|
}else {
|
|
|
|
|
ThreeDModule threeDModule = threeDModuleList.get(0);
|
|
|
|
|
@@ -2010,7 +2011,8 @@ public class UserLikeGroupServiceImpl extends ServiceImpl<UserLikeGroupMapper, U
|
|
|
|
|
threeDModule.setThreeDSimpleId(patternMaking3D.getThreeDSimpleId());
|
|
|
|
|
threeDModule.setX(patternMaking3D.getX());
|
|
|
|
|
threeDModule.setY(patternMaking3D.getY());
|
|
|
|
|
threeDModule.setPrintMinioUrl(patternMaking3D.getPrintMinioUrl());
|
|
|
|
|
// threeDModule.setPrintMinioUrl(patternMaking3D.getPrintMinioUrl());
|
|
|
|
|
threeDModule.setCollectionElementId(patternMaking3D.getCollectionElementId());
|
|
|
|
|
threeDModuleMapper.updateById(threeDModule);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|