Commit d03b5ae9 authored by 朱江伟's avatar 朱江伟

光伏功率预测-调整预测准确率-01

parent 08be4752
......@@ -69,7 +69,7 @@ public class BasePhotovoltaicPlantMapeAdjService {
if(view == null) {
output.setPlantName(basePhotovoltaicPlantEnt.getStationName());
output.setMapePlusVal(BigDecimal.ZERO);
return XSingleResult.error(context, XError.NotFound);
return XSingleResult.success(output);
}
XCopyUtils.copyObject(view, output);
output.setPlantName(basePhotovoltaicPlantEnt.getStationName());
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment