【feat】优化Attachment上传
This commit is contained in:
parent
1ebbd67a73
commit
87f1863d01
@ -674,7 +674,7 @@ public class FileServiceImpl implements FileService {
|
||||
log.info("文件不存在");
|
||||
break;
|
||||
}
|
||||
String fileName = file.getName();
|
||||
String fileName = (String) map.get("Name");
|
||||
|
||||
// dataObject查询
|
||||
QueryWrapper<DataObject> qw = new QueryWrapper<>();
|
||||
|
Loading…
Reference in New Issue
Block a user