xiaoyong931011
2022-11-10 408e00d41f1f2dbbd248c4bec3c7937e0eeb48e9
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();
    }
@@ -80,7 +80,7 @@
    @Scheduled(cron = "0 0 0 * * ?")
    public void sdeWithdrawFeeDistribJob() {
        log.info("执行影子生态手续费分配执行");
        systemService.sdmWithdrawFeeDistrib();
//        systemService.sdmWithdrawFeeDistrib();
    }
}