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

This commit is contained in:
litianxiang
2026-02-05 09:40:15 +08:00
parent 1ec42f4ad5
commit 3301869f20
7 changed files with 113 additions and 107 deletions

View File

@@ -384,6 +384,9 @@ 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;
}