fix: 解决自建台站能谱 updateROI报错问题
This commit is contained in:
parent
6096429d2d
commit
6d74757be3
|
@ -1147,7 +1147,7 @@ public class SelfStationServiceImpl extends AbstractLogOrReport implements ISelf
|
|||
SelfStationVueData sampleData = selfStationData.getSampleVueData();
|
||||
String path = StrUtil.subBefore(selfStationData.getSampleTmpPath(), StringPool.SLASH, true);
|
||||
// 生成gamma数据
|
||||
selfStationUtil.createGamma(path, selfStationData.getSampleFilePathName(), struct, sampleData);
|
||||
selfStationUtil.createGamma(path, selfStationData.getSampleFileName(), struct, sampleData);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue
Block a user