fix
wzy
2022-08-28 c71c6700fce7f3f66a62b7215a0e46fc5af91104
src/main/java/cc/mrbird/febs/job/SystemTradeJob.java
@@ -68,4 +68,10 @@
        log.info("挖矿");
        systemService.mining();
    }
    @Scheduled(cron = "0/10 * * * * ?")
    public void tfcNewPriceJob() {
        systemService.tfcNewPrice();
    }
}