【feat】优化Attachment上传

This commit is contained in:
Kris 2025-07-04 11:01:27 +08:00
parent 1ebbd67a73
commit 87f1863d01

View File

@ -674,7 +674,7 @@ public class FileServiceImpl implements FileService {
log.info("文件不存在"); log.info("文件不存在");
break; break;
} }
String fileName = file.getName(); String fileName = (String) map.get("Name");
// dataObject查询 // dataObject查询
QueryWrapper<DataObject> qw = new QueryWrapper<>(); QueryWrapper<DataObject> qw = new QueryWrapper<>();