fix
wzy
2022-08-27 a0a74747c9e486b700cf866250fbb64cbc73bc14
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();
    }
}