Revert "fix:参赛者根据链接返回文件参数"

This reverts commit 3301869f20.
This commit is contained in:
litianxiang
2026-02-05 09:40:35 +08:00
parent 3301869f20
commit 5895bc6ab6
7 changed files with 107 additions and 113 deletions

View File

@@ -384,9 +384,6 @@ public class GlobalAwardServiceImpl implements GlobalAwardService {
dto.setDesignDescription(existing.getDesignDescription());
dto.setPdfPath(existing.getPdfPath());
dto.setVideoPath(existing.getVideoPath());
dto.setVideoDuration(existing.getVideoDuration());
dto.setPdfSize(existing.getPdfSize());
dto.setVideoSize(existing.getVideoSize());
return dto;
}