Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
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
项目统一框架
amos-boot-biz
Commits
bf4669cc
Commit
bf4669cc
authored
Sep 22, 2023
by
KeYong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新版本号
parent
d20ca3f4
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
JobService.java
.../main/java/com/yeejoin/amos/patrol/quartz/JobService.java
+6
-1
pom.xml
amos-boot-system-patrol/pom.xml
+1
-1
No files found.
amos-boot-module/amos-boot-module-biz/amos-boot-module-patrol-biz/src/main/java/com/yeejoin/amos/patrol/quartz/JobService.java
View file @
bf4669cc
...
@@ -328,7 +328,12 @@ public class JobService implements IJobService {
...
@@ -328,7 +328,12 @@ public class JobService implements IJobService {
check
.
setRouteId
(
arg
.
getRouteId
());
check
.
setRouteId
(
arg
.
getRouteId
());
check
.
setCheckTime
(
arg
.
getEndTime
());
check
.
setCheckTime
(
arg
.
getEndTime
());
check
.
setIsOk
(
CheckStatusEnum
.
OMISSION
.
getCode
());
check
.
setIsOk
(
CheckStatusEnum
.
OMISSION
.
getCode
());
check
=
iCheckDao
.
saveAndFlush
(
check
);
try
{
check
=
iCheckDao
.
save
(
check
);
}
catch
(
InnerInvokException
e
)
{
e
.
printStackTrace
();
}
iCheckDao
.
flush
();
checkList
.
add
(
check
);
checkList
.
add
(
check
);
checkMap
.
put
(
arg
.
getPointId
(),
check
);
checkMap
.
put
(
arg
.
getPointId
(),
check
);
checkIds
.
add
(
check
.
getId
());
checkIds
.
add
(
check
.
getId
());
...
...
amos-boot-system-patrol/pom.xml
View file @
bf4669cc
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
</parent>
</parent>
<artifactId>
amos-boot-system-patrol
</artifactId>
<artifactId>
amos-boot-system-patrol
</artifactId>
<version>
3.7.
0.9
</version>
<version>
3.7.
1.0
</version>
<dependencies>
<dependencies>
<dependency>
<dependency>
...
...
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