fix
wzy
2022-08-28 46b5c6fe9ec89d25565b86f71ccfb299a9aafd40
src/main/java/cc/mrbird/febs/job/SystemTradeJob.java
@@ -69,7 +69,7 @@
        systemService.mining();
    }
    @Scheduled(cron = "0/10 * * * * ?")
//    @Scheduled(cron = "0/10 * * * * ?")
    public void tfcNewPriceJob() {
        systemService.tfcNewPrice();
    }