记得上下班打卡 | git大法好,push需谨慎

Commit 0317b045 authored by jiangxiulong's avatar jiangxiulong

上传

parent fa866f03
...@@ -129,7 +129,7 @@ public class AlOssController { ...@@ -129,7 +129,7 @@ public class AlOssController {
BeanUtils.copyProperties(platformOssFilesDate, uploadVo); BeanUtils.copyProperties(platformOssFilesDate, uploadVo);
} else { } else {
PlatformOssFiles platformOssFilesOne = platformOssFiles.get(0); PlatformOssFiles platformOssFilesOne = platformOssFiles.get(0);
BeanUtils.copyProperties(platformOssFiles, uploadVo); BeanUtils.copyProperties(platformOssFilesOne, uploadVo);
} }
return ResponseDto.success(uploadVo); return ResponseDto.success(uploadVo);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment