Beta生成报告路径多saveFile字段问题修改

This commit is contained in:
qiaoqinzheng 2023-10-26 15:18:48 +08:00
parent dd071d063d
commit 93d30902f3

View File

@ -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);