Helius
2021-05-13 17ee2c1ef2b679eb657db34286c244544e8f68cb
src/main/java/com/xcong/excoin/quartz/job/XchBaseDataUpdateJob.java
@@ -112,6 +112,6 @@
//    @Scheduled(cron = "0 0 22 * * ?")
    public void usdtProfitJob() {
        log.info("USDT返利任务");
        xchProfitService.agentUsdtProfitDistributor();
//        xchProfitService.agentUsdtProfitDistributor();
    }
}