src/main/java/com/ruoyi/basic/utils/FileUtil.java
@@ -74,6 +74,7 @@ storageAttachment.setRecordId(recordId); storageAttachment.setStorageBlobId(storageBlobDTO.getId()); storageAttachment.setDeleted(0L); storageAttachments.add(storageAttachment); } storageAttachmentMapper.insert(storageAttachments); }