fix
Helius
2022-08-29 807abaa768db7dc8605216abffdb185739bb2d2e
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();
    }