Commit a2f1f5f0 authored by ZWT's avatar ZWT

得到的

parent 933c0efa
......@@ -134,19 +134,6 @@ public class PlantPredictedPowerDataService {
return XListResult.success(outputs);
}
@XText("test")
@XApiPost(anonymous = true)
public XServiceResult test(XContext context, DoPlantPredictedPowerDataInput input) {
ThirdDataAccessCloudServiceImpl bean = context.getBean(ThirdDataAccessCloudServiceImpl.class);
bean.test(context);
bean.test2(context);
PlantPredictedPowerCloudServiceImpl bean1 = context.getBean(PlantPredictedPowerCloudServiceImpl.class);
bean1.test(context);
StationDailyCloudServiceImpl bean2 = context.getBean(StationDailyCloudServiceImpl.class);
bean2.test(context);
return XServiceResult.OK;
}
@XText("预测电站发电数据")
@XApiPost
public XServiceResult doPredictedPowerData(XContext context, DoPlantPredictedPowerDataInput input) {
......
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