Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
monitor-reprotdata-frogovernment
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
耿迪迪
monitor-reprotdata-frogovernment
Commits
dd3d6d10
Commit
dd3d6d10
authored
Aug 13, 2021
by
耿迪迪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码还原
parent
67ad462c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
SaticScheduleTask.java
...torreprotdatafrogovernmentnew/task/SaticScheduleTask.java
+2
-2
application.properties
src/main/resources/application.properties
+1
-1
No files found.
src/main/java/com/zehong/monitorreprotdatafrogovernmentnew/task/SaticScheduleTask.java
View file @
dd3d6d10
...
...
@@ -38,10 +38,10 @@ public class SaticScheduleTask {
private
void
configureTasks
()
{
DetectorInfo
jingye
=
jingyeDetectorInfoDao
.
getRecentSendData
();
compareReportDate
(
jingye
.
getUpdateTime
(),
"jingye"
);
/*
DetectorInfo yingde = yingdeDetectorInfoDao.getRecentSendData();
DetectorInfo
yingde
=
yingdeDetectorInfoDao
.
getRecentSendData
();
compareReportDate
(
yingde
.
getUpdateTime
(),
"yingde"
);
DetectorInfo
zhengyuan
=
zhengyuanDetectorInfoDao
.
getRecentSendData
();
compareReportDate(zhengyuan.getUpdateTime(),"zhengyuan");
*/
compareReportDate
(
zhengyuan
.
getUpdateTime
(),
"zhengyuan"
);
}
/**
...
...
src/main/resources/application.properties
View file @
dd3d6d10
...
...
@@ -20,7 +20,7 @@ zhengyuan.datasource.driverClassName=com.mysql.jdbc.Driver
logging.level.com.zehong.monitorreprotdatafrogovernmentnew.dao
=
DEBUG
#定时检测时间
cron
=
0
/5 *
* * * ?
cron
=
0
0/2
* * * ?
#定时发送短信时间
sendSmsCron
=
0 0/30 * * * ?
...
...
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