TASK:订阅计划相关
This commit is contained in:
@@ -308,7 +308,7 @@ public class MyTaskScheduler {
|
||||
private MinioUtil minioUtil;
|
||||
@Resource
|
||||
private UserLikeService userLikeService;
|
||||
public void clearMinio() {
|
||||
/* public void clearMinio() {
|
||||
List<CollectionElement> collectionElements = collectionElementMapper.selectDeleteList();
|
||||
for (CollectionElement collectionElement : collectionElements) {
|
||||
String url = collectionElement.getUrl();
|
||||
@@ -472,7 +472,7 @@ public class MyTaskScheduler {
|
||||
// }
|
||||
// String preSignedUrl = minioUtil.getPreSignedUrl("aida-clothing/image/image_1698374859.3031476.png", 10000);
|
||||
// System.out.println(preSignedUrl);
|
||||
}
|
||||
}*/
|
||||
|
||||
@Resource
|
||||
private AttributeRetrievalMapper attributeRetrievalMapper;
|
||||
|
||||
Reference in New Issue
Block a user