Commit f729106c by 王军业

【加入日志】

1 parent 522ff038
...@@ -15,6 +15,7 @@ public class Timer { ...@@ -15,6 +15,7 @@ public class Timer {
private final Logger logger = LoggerFactory.getLogger(Timer.class); private final Logger logger = LoggerFactory.getLogger(Timer.class);
@Scheduled(fixedRate=7200000) @Scheduled(fixedRate=7200000)
public void start() { public void start() {
logger.info("定时更新启动");
contractMapper.timeUpdate(); contractMapper.timeUpdate();
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!