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
1cde7025
Commit
1cde7025
authored
Sep 04, 2020
by
高东东
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*)添加预案回放
parent
ee8e7742
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
9 deletions
+2
-9
TimeLineController.java
...join/amos/fas/business/controller/TimeLineController.java
+0
-9
RuleRunigSnapshotServiceImpl.java
...s/business/service/impl/RuleRunigSnapshotServiceImpl.java
+2
-0
No files found.
YeeAmosFireAutoSysService/src/main/java/com/yeejoin/amos/fas/business/controller/TimeLineController.java
View file @
1cde7025
...
@@ -177,15 +177,6 @@ public class TimeLineController extends BaseController{
...
@@ -177,15 +177,6 @@ public class TimeLineController extends BaseController{
}
}
String
operate
=
"{"
+
String
operate
=
"{"
+
" \"type\": \"button\","
+
" \"type\": \"button\","
+
" \"operate\": ["
+
" \"operate\": ["
+
...
...
YeeAmosFireAutoSysService/src/main/java/com/yeejoin/amos/fas/business/service/impl/RuleRunigSnapshotServiceImpl.java
View file @
1cde7025
...
@@ -117,6 +117,8 @@ public class RuleRunigSnapshotServiceImpl
...
@@ -117,6 +117,8 @@ public class RuleRunigSnapshotServiceImpl
String
batchNo
=
null
;
String
batchNo
=
null
;
if
(
contingency
instanceof
ContingencyRo
)
{
if
(
contingency
instanceof
ContingencyRo
)
{
batchNo
=
((
ContingencyRo
)
contingency
).
getBatchNo
();
batchNo
=
((
ContingencyRo
)
contingency
).
getBatchNo
();
}
else
if
(
contingency
instanceof
String
)
{
batchNo
=
contingency
.
toString
();
}
else
{
}
else
{
batchNo
=
(
String
)
redisTemplate
.
opsForValue
().
get
(
RiskSourceServiceImpl
.
cacheKeyForCanBeRunning
());
batchNo
=
(
String
)
redisTemplate
.
opsForValue
().
get
(
RiskSourceServiceImpl
.
cacheKeyForCanBeRunning
());
}
}
...
...
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