Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
platform
/
finance_serv
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit f729106c
authored
Sep 11, 2018
by
王军业
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
【加入日志】
1 parent
522ff038
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
code/finance_serv/src/main/java/com/vion/financial/handler/Timer.java
code/finance_serv/src/main/java/com/vion/financial/handler/Timer.java
View file @
f729106
...
...
@@ -15,6 +15,7 @@ public class Timer {
private
final
Logger
logger
=
LoggerFactory
.
getLogger
(
Timer
.
class
);
@Scheduled
(
fixedRate
=
7200000
)
public
void
start
()
{
logger
.
info
(
"定时更新启动"
);
contractMapper
.
timeUpdate
();
}
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment