chenhj
2026-04-24 88f0547100843be5c5edba3fcc7a5552b566fd24
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);
    }