|
|
|
@@ -162,6 +162,7 @@ public class SysFileController { |
|
|
|
log.info("文件上传开始:{}" , file.getName()); |
|
|
|
// 上传并返回访问地址 |
|
|
|
String url = sysFileService.uploadTempFile(file); |
|
|
|
log.info("文件上传完成url:{}" , url); |
|
|
|
SysFile sysFile = new SysFile(); |
|
|
|
sysFile.setUrl(url); |
|
|
|
sysFile.setSize(file.getSize()); |
|
|
|
|