| src/main/java/com/ruoyi/basic/utils/FileUtil.java | ●●●●● 补丁 | 查看 | 原始文档 | 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); }