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