Commit 2c9df8b4 authored by ZWT's avatar ZWT

feat[零碳项目]: 松原演示

[
1.统计分析-井组监控页功能开发,开发井组生产详情接口,完成接口冒烟测试并编写线上接口文档生成接口用例;
2.统计分析-井组监控页功能开发,开发井口实时信息接口,完成接口冒烟测试并编写线上接口文档生成接口用例;
3.统计分析-井组监控页功能开发,开发光伏电站发电详情接口,完成接口冒烟测试并编写线上接口文档生成接口用例;
]
parent bf29656d
...@@ -818,7 +818,7 @@ public class EnergyConsumptionAnalysisService { ...@@ -818,7 +818,7 @@ public class EnergyConsumptionAnalysisService {
* @return {@link XListResult }<{@link GetPowerGenerationDetailsOutput }> * @return {@link XListResult }<{@link GetPowerGenerationDetailsOutput }>
*/ */
@XText("井组监控--光伏电站发电详情") @XText("井组监控--光伏电站发电详情")
@XApiGet(anonymous = true) @XApiGet
public XListResult<GetPowerGenerationDetailsOutput> powerGenerationDetails(XContext context, GetEnergyConsumptionAnalysisInput input) { public XListResult<GetPowerGenerationDetailsOutput> powerGenerationDetails(XContext context, GetEnergyConsumptionAnalysisInput input) {
List<DynamicQueryBasePowerLinePlantViewOutput> plantList = this.getPowerLinePlantViewList(context, DynamicQueryBasePowerLinePlantInput.builder() List<DynamicQueryBasePowerLinePlantViewOutput> plantList = this.getPowerLinePlantViewList(context, DynamicQueryBasePowerLinePlantInput.builder()
.ouIds(this.getOrgIdsByPath(context, input.getOuId())) .ouIds(this.getOrgIdsByPath(context, input.getOuId()))
......
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