fix:bug
This commit is contained in:
parent
41245f0546
commit
6b16aa6a40
|
@ -946,8 +946,8 @@ public class SpectrumAnalysisServiceImpl extends AbstractLogOrReport implements
|
|||
String gasBkMeasurementId = struct.getGas_bk_measurement_id();
|
||||
String detectorBkMeasurementId = struct.getDetector_bk_measurement_id();
|
||||
// 获取Gas和Det文件路径
|
||||
String detFilePath = spectrumAnalysisMapper.gasDetFilePath(gasBkMeasurementId);
|
||||
String gasFilePath = spectrumAnalysisMapper.gasDetFilePath(detectorBkMeasurementId);
|
||||
String detFilePath = spectrumAnalysisMapper.gasDetFilePath(detectorBkMeasurementId);
|
||||
String gasFilePath = spectrumAnalysisMapper.gasDetFilePath(gasBkMeasurementId);
|
||||
detFilePath = prefix + detFilePath;
|
||||
gasFilePath = prefix + gasFilePath;
|
||||
result.put("detFilePath", detFilePath);
|
||||
|
|
Loading…
Reference in New Issue
Block a user