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
8a88dd07
Commit
8a88dd07
authored
Oct 19, 2022
by
zhangsen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
交互动作 -> 极光推送
parent
55aa5f11
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
ContingencyAction.java
...m/yeejoin/amos/fas/business/action/ContingencyAction.java
+10
-0
No files found.
YeeAmosFireAutoSysService/src/main/java/com/yeejoin/amos/fas/business/action/ContingencyAction.java
View file @
8a88dd07
...
...
@@ -17,6 +17,7 @@ import com.yeejoin.amos.fas.business.action.result.ActionResult;
import
com.yeejoin.amos.fas.business.action.result.SafteyPlanResult
;
import
com.yeejoin.amos.fas.business.action.result.message.AbstractActionResultMessage
;
import
com.yeejoin.amos.fas.business.action.util.ContingencyLogPublisher
;
import
com.yeejoin.amos.fas.business.controller.ContingencyPlanController
;
import
com.yeejoin.amos.fas.business.dao.mapper.PlanDetailMapper
;
import
com.yeejoin.amos.fas.business.dao.mapper.PlanOperationRecordMapper
;
import
com.yeejoin.amos.fas.business.dao.repository.IPlanDetailDao
;
...
...
@@ -127,6 +128,12 @@ public class ContingencyAction implements CustomerAction {
@Autowired
private
IPlanRuleService
planRuleService
;
@Autowired
private
IPlanVisual3dService
iPlanVisual3dService
;
@Autowired
private
ContingencyPlanController
contingencyPlanController
;
@Value
(
"${rocket-plan-topic}"
)
private
String
rocketTopic
;
...
...
@@ -483,6 +490,9 @@ public class ContingencyAction implements CustomerAction {
result
.
add
(
tempmap1
);
this
.
sendcmd
(
"optionarea"
,
paramObj
,
result
);
//极光推送
Object
messageInfo
=
contingencyPlanController
.
getUserOperateCountAndPlanName
().
getResult
();
iPlanVisual3dService
.
sendMessage
(
JSONUtil
.
toJson
(
messageInfo
),
contingencyRo
.
getButtonCode
());
}
}
...
...
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