军标库
This commit is contained in:
@ -109,8 +109,6 @@ public class FileInfoServiceImpl extends ServiceImpl<FileInfoMapper, FileInfo> i
|
||||
|
||||
public String uploadWithPreview(MultipartFile file) {
|
||||
FileInfo fileInfo = new FileInfo();
|
||||
// 构建并返回结果
|
||||
Map<String, Object> result = new HashMap<>();
|
||||
try {
|
||||
// 校验文件是否为空
|
||||
if (file.isEmpty()) {
|
||||
|
||||
Reference in New Issue
Block a user