暂态原因算法bug修复

This commit is contained in:
hzj
2026-04-27 16:19:43 +08:00
parent abdb855919
commit ecc56dd2f6
2 changed files with 347 additions and 283 deletions

View File

@@ -75,7 +75,7 @@ public class EventAdvanceServiceImpl implements IEventAdvanceService {
if (Objects.isNull(cfgStream) || Objects.isNull(datStream)) {
throw new BusinessException(WaveFileResponseEnum.ANALYSE_WAVE_NOT_FOUND);
}
waveDataDTO = waveFileComponent.getComtrade(cfgStream, datStream, 0);
waveDataDTO = waveFileComponent.getComtradeNoAddPoints(cfgStream, datStream, 0);
} catch (Exception e) {
try {
InputStream cfgStream = fileStorageUtil.getFileStream(cfgPath2);