商品bug

This commit is contained in:
litianxiang
2026-04-28 09:39:26 +08:00
parent cb87ad1099
commit c03a8762e7
8 changed files with 103 additions and 102 deletions

View File

@@ -547,7 +547,7 @@ public class UploadServiceImpl implements UploadService {
/**
* 清理过期上传任务(每小时执行一次)
*/
@Scheduled(fixedDelay = 3600000) // 1小时
// @Scheduled(fixedDelay = 3600000) // 1小时
public void cleanupExpiredUploads() {
LocalDateTime now = LocalDateTime.now();
uploadTasks.entrySet().removeIf(entry -> {