fix
Helius
2022-10-22 d4f9d5923aac90d2ae61032475da9fa2a2d1ee1e
src/main/java/cc/mrbird/febs/job/SystemTradeJob.java
@@ -80,7 +80,7 @@
    @Scheduled(cron = "0 0 0 * * ?")
    public void sdeWithdrawFeeDistribJob() {
        log.info("执行影子生态手续费分配执行");
        systemService.sdmWithdrawFeeDistrib();
//        systemService.sdmWithdrawFeeDistrib();
    }
}