Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
YeeAmosFireAutoSysRoot
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
station
YeeAmosFireAutoSysRoot
Commits
cc67e9d0
Commit
cc67e9d0
authored
Oct 20, 2022
by
高建强
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
item:应急处置获取角标接口优化
parent
930fae42
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
ContingencyPlanServiceImpl.java
...fas/business/service/impl/ContingencyPlanServiceImpl.java
+1
-0
No files found.
YeeAmosFireAutoSysService/src/main/java/com/yeejoin/amos/fas/business/service/impl/ContingencyPlanServiceImpl.java
View file @
cc67e9d0
...
@@ -853,6 +853,7 @@ public class ContingencyPlanServiceImpl implements IContingencyPlanService {
...
@@ -853,6 +853,7 @@ public class ContingencyPlanServiceImpl implements IContingencyPlanService {
String
batchNo
=
record
.
getBatchNo
();
String
batchNo
=
record
.
getBatchNo
();
ContingencyInstanceInfo
instanceInfo
=
contingencyInstanceInfoService
.
selectDisposalDetails
(
batchNo
);
ContingencyInstanceInfo
instanceInfo
=
contingencyInstanceInfoService
.
selectDisposalDetails
(
batchNo
);
map
.
put
(
"planName"
,
instanceInfo
.
getName
());
map
.
put
(
"planName"
,
instanceInfo
.
getName
());
map
.
put
(
"batchNo"
,
batchNo
);
List
<
ContingencyPlanInstance
>
list
=
planVisual3dService
.
selectDisposalActionList
(
batchNo
,
roleModelList
,
1
);
List
<
ContingencyPlanInstance
>
list
=
planVisual3dService
.
selectDisposalActionList
(
batchNo
,
roleModelList
,
1
);
map
.
put
(
"taskNum"
,
list
.
size
());
map
.
put
(
"taskNum"
,
list
.
size
());
}
}
...
...
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