军标库

This commit is contained in:
ZZX9599
2025-09-23 16:45:42 +08:00
parent 521efbafac
commit 8479d174be
33 changed files with 373 additions and 506 deletions

View File

@ -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()) {