diff --git a/jeecg-module-auto-process/src/main/java/org/jeecg/modules/spectrum/Sample_B_Analysis.java b/jeecg-module-auto-process/src/main/java/org/jeecg/modules/spectrum/Sample_B_Analysis.java index 5ac1056b..7a22ba12 100644 --- a/jeecg-module-auto-process/src/main/java/org/jeecg/modules/spectrum/Sample_B_Analysis.java +++ b/jeecg-module-auto-process/src/main/java/org/jeecg/modules/spectrum/Sample_B_Analysis.java @@ -200,8 +200,8 @@ public class Sample_B_Analysis implements BlockConstant { final SpectrumPathProperties properties = this.spectrumServiceQuotes.getSpectrumPathProperties(); //构造报告文件路径 StringBuilder relativePath = new StringBuilder(); - relativePath.append(properties.getSaveFilePath()); - relativePath.append(File.separator); +// relativePath.append(properties.getSaveFilePath()); +// relativePath.append(File.separator); relativePath.append(properties.getArrPath()); relativePath.append(File.separator); relativePath.append(this.spectrumFileRelativePath); @@ -792,6 +792,8 @@ public class Sample_B_Analysis implements BlockConstant { StringBuilder finalReportPath = new StringBuilder(); finalReportPath.append(spectrumServiceQuotes.getSpectrumPathProperties().getRootPath()); finalReportPath.append(File.separator); + finalReportPath.append(spectrumServiceQuotes.getSpectrumPathProperties().getSaveFilePath()); + finalReportPath.append(File.separator); finalReportPath.append(arrFilePath); finalReportPath.append(File.separator); finalReportPath.append(arrFileName);