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
2ee75b71
Commit
2ee75b71
authored
Sep 22, 2023
by
ZWT
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(能源管理系统): 间开优化定时任务
1.开发间开优化短期间开优化定时任务; BREAKING CHANGE: 无 Closes 无 [skip ci]
parent
c9938632
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
C11-space/pps-core-space/src/main/java/pps/core/space/service/SpaceInstitutionDetailService.java
...pps/core/space/service/SpaceInstitutionDetailService.java
+3
-2
No files found.
C11-space/pps-core-space/src/main/java/pps/core/space/service/SpaceInstitutionDetailService.java
View file @
2ee75b71
...
...
@@ -709,11 +709,12 @@ public class SpaceInstitutionDetailService extends SpaceOptimizeBaseService {
//并网型优化
case
"1"
:
super
.
gridConnectedOptimization
(
context
,
wellheadDTOList
,
durationDTOList
,
unOptimizeDurationList
,
relation
.
get
SpaceWellheadList
(
),
detail
,
monthNum
,
periodId
,
plantPowerInput
);
relation
.
get
WellheadsByInstitutionIdIdMap
().
get
(
detail
.
getId
()
),
detail
,
monthNum
,
periodId
,
plantPowerInput
);
break
;
//离网型优化
case
"0"
:
super
.
offGridOptimization
(
context
,
wellheadDTOList
,
durationDTOList
,
unOptimizeDurationList
,
relation
.
getSpaceWellheadList
(),
super
.
offGridOptimization
(
context
,
wellheadDTOList
,
durationDTOList
,
unOptimizeDurationList
,
relation
.
getWellheadsByInstitutionIdIdMap
().
get
(
detail
.
getId
()),
relation
.
getStorageAvgMap
(),
detail
,
periodId
,
storagePowerinput
,
plantPowerInput
);
break
;
...
...
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