Beta生成报告路径多saveFile字段问题修改
This commit is contained in:
parent
dd071d063d
commit
93d30902f3
|
@ -200,8 +200,8 @@ public class Sample_B_Analysis implements BlockConstant {
|
||||||
final SpectrumPathProperties properties = this.spectrumServiceQuotes.getSpectrumPathProperties();
|
final SpectrumPathProperties properties = this.spectrumServiceQuotes.getSpectrumPathProperties();
|
||||||
//构造报告文件路径
|
//构造报告文件路径
|
||||||
StringBuilder relativePath = new StringBuilder();
|
StringBuilder relativePath = new StringBuilder();
|
||||||
relativePath.append(properties.getSaveFilePath());
|
// relativePath.append(properties.getSaveFilePath());
|
||||||
relativePath.append(File.separator);
|
// relativePath.append(File.separator);
|
||||||
relativePath.append(properties.getArrPath());
|
relativePath.append(properties.getArrPath());
|
||||||
relativePath.append(File.separator);
|
relativePath.append(File.separator);
|
||||||
relativePath.append(this.spectrumFileRelativePath);
|
relativePath.append(this.spectrumFileRelativePath);
|
||||||
|
@ -792,6 +792,8 @@ public class Sample_B_Analysis implements BlockConstant {
|
||||||
StringBuilder finalReportPath = new StringBuilder();
|
StringBuilder finalReportPath = new StringBuilder();
|
||||||
finalReportPath.append(spectrumServiceQuotes.getSpectrumPathProperties().getRootPath());
|
finalReportPath.append(spectrumServiceQuotes.getSpectrumPathProperties().getRootPath());
|
||||||
finalReportPath.append(File.separator);
|
finalReportPath.append(File.separator);
|
||||||
|
finalReportPath.append(spectrumServiceQuotes.getSpectrumPathProperties().getSaveFilePath());
|
||||||
|
finalReportPath.append(File.separator);
|
||||||
finalReportPath.append(arrFilePath);
|
finalReportPath.append(arrFilePath);
|
||||||
finalReportPath.append(File.separator);
|
finalReportPath.append(File.separator);
|
||||||
finalReportPath.append(arrFileName);
|
finalReportPath.append(arrFileName);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user