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
f9387773
Commit
f9387773
authored
Jun 07, 2023
by
KeYong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
预案结束清空redis
parent
1445a883
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
ContingencyAction.java
...m/yeejoin/amos/fas/business/action/ContingencyAction.java
+3
-0
ContingencyPlanServiceImpl.java
...fas/business/service/impl/ContingencyPlanServiceImpl.java
+2
-0
No files found.
YeeAmosFireAutoSysService/src/main/java/com/yeejoin/amos/fas/business/action/ContingencyAction.java
View file @
f9387773
...
@@ -738,6 +738,9 @@ public class ContingencyAction implements CustomerAction {
...
@@ -738,6 +738,9 @@ public class ContingencyAction implements CustomerAction {
this
.
sendcmd
(
"message"
,
paramObj
,
result
);
this
.
sendcmd
(
"message"
,
paramObj
,
result
);
redisTemplate
.
delete
(
"contingencyRo"
);
redisTemplate
.
delete
(
"contingencyRo"
);
// 预案结束清空redis
planStepService
.
initPlanStep
();
planStepService
.
initPlanTask
();
}
}
private
void
planDetailDataSync
(
PlanDetail
detail
)
{
private
void
planDetailDataSync
(
PlanDetail
detail
)
{
...
...
YeeAmosFireAutoSysService/src/main/java/com/yeejoin/amos/fas/business/service/impl/ContingencyPlanServiceImpl.java
View file @
f9387773
...
@@ -881,6 +881,8 @@ public class ContingencyPlanServiceImpl implements IContingencyPlanService {
...
@@ -881,6 +881,8 @@ public class ContingencyPlanServiceImpl implements IContingencyPlanService {
logger
.
info
(
"数据同步之消息发送. [method='{}']"
,
"activatePlan==>syncCreatedPlanDetailSyncBo==>syncCreatedPlanOperationRecordSyncBo"
,
e
);
logger
.
info
(
"数据同步之消息发送. [method='{}']"
,
"activatePlan==>syncCreatedPlanDetailSyncBo==>syncCreatedPlanOperationRecordSyncBo"
,
e
);
}
}
}
}
planStepService
.
initPlanStep
();
planStepService
.
initPlanTask
();
}
catch
(
Exception
e
)
{
}
catch
(
Exception
e
)
{
bool
.
set
(
false
);
bool
.
set
(
false
);
e
.
printStackTrace
();
e
.
printStackTrace
();
...
...
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