Commit f8deeeb6 authored by wujiang's avatar wujiang

去掉默认执行

parent 27b773ce
...@@ -486,7 +486,6 @@ public class GoodWeDataAcquisitionServiceImpl implements GoodWeDataAcquisitionSe ...@@ -486,7 +486,6 @@ public class GoodWeDataAcquisitionServiceImpl implements GoodWeDataAcquisitionSe
@Override @Override
@Scheduled(cron = "${dataRequstScheduled.GoodWe}") @Scheduled(cron = "${dataRequstScheduled.GoodWe}")
@Async @Async
@PostConstruct
public void inverterList() { public void inverterList() {
long ts = System.currentTimeMillis(); long ts = System.currentTimeMillis();
logger.info("-------固德威同步逆变器开始" + ts + "------- " + sdf.format(new Date())); logger.info("-------固德威同步逆变器开始" + ts + "------- " + sdf.format(new Date()));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment