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