Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gf_back
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tianchao
gf_back
Commits
a2f1f5f0
Commit
a2f1f5f0
authored
Dec 17, 2024
by
ZWT
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
得到的
parent
933c0efa
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
13 deletions
+0
-13
C12-prediction/pps-core-prediction/src/main/java/pps/core/prediction/service/PlantPredictedPowerDataService.java
...re/prediction/service/PlantPredictedPowerDataService.java
+0
-13
No files found.
C12-prediction/pps-core-prediction/src/main/java/pps/core/prediction/service/PlantPredictedPowerDataService.java
View file @
a2f1f5f0
...
...
@@ -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
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment