fix: 解决自建台站能谱 updateROI报错问题

This commit is contained in:
xiaoguangbin 2025-02-10 11:58:57 +08:00
parent 6096429d2d
commit 6d74757be3

View File

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