chenhj
2026-04-24 54007fa3b5f4a280b0228c87387a0a65ee677b74
文件工具类变更
已修改1个文件
1 ■■■■ 文件已修改
src/main/java/com/ruoyi/basic/utils/FileUtil.java 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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);
    }