Administrator
2026-02-04 8df48cb78c9552e9fc3eee25e3b616a3450b9a12
src/main/java/cc/mrbird/febs/ai/controller/fileUpload/FileUploadController.java
@@ -84,7 +84,7 @@
            }
            // 生成唯一文件名
            String uniqueFileName = fileName+ "_" + UUID.randomUUID().toString() ;
            String uniqueFileName = UUID.randomUUID().toString()+ "_" + fileName ;
            Path targetFilePath = uploadPath.resolve(uniqueFileName);
            // 构建公司专属分片目录