Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ops
/
monitor-service
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
zhengyouwei
2016-10-20 10:51:07 +0800
Commit
e4cfc0968f5f36d90178f8e3f566625c63fea5ec
1 parent
c10b9e6e
u
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
monitor-service-switch/src/main/java/com/monitor/switchs/projectRestart/service/impl/RestartServiceImpl.java
monitor-service-switch/src/main/java/com/monitor/switchs/projectRestart/service/impl/RestartServiceImpl.java
View file @
e4cfc09
...
...
@@ -41,6 +41,7 @@ public class RestartServiceImpl implements RestartService {
javaProjectStatus
.
setStatus
(
array
[
2
]);
javaProjectStatus
.
setLastStart
(
array
[
3
]);
javaProjectMapper
.
insert
(
javaProjectStatus
);
}
}
...
...
Please
register
or
login
to post a comment