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