|
@@ -22,7 +22,8 @@ public class WaveDataServiceImpl extends ServiceImpl<WaveDataMapper, WaveData> i
|
|
|
if (inData.getWindCode().contains(" ")) {
|
|
|
throw new BusinessException("风场参数异常");
|
|
|
} else {
|
|
|
- return this.waveDataMapper.getMesureData(inData.getWindCode() + "_wave", inData.getWindTurbineNumberList(), inData.getStartTime(), inData.getEndTime(), inData.getMesureNameList());
|
|
|
+ return this.waveDataMapper.getMesureData(inData.getWindCode() + "_wave",
|
|
|
+ inData.getWindTurbineNumberList(), inData.getStartTime(), inData.getEndTime(), inData.getMesureNameList());
|
|
|
}
|
|
|
}
|
|
|
|