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

This commit is contained in:
litianxiang
2026-02-05 09:41:10 +08:00
parent 5895bc6ab6
commit d51aa84647

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;
}