src/main/java/com/xcong/excoin/quartz/job/ZhiyarRewardJob.java
@@ -23,8 +23,8 @@ /** * 质押奖励计算 */ @Scheduled(cron = "0 * * * * ? ") // @Scheduled(cron = "0 0 0 * * ? ") // @Scheduled(cron = "0 * * * * ? ") @Scheduled(cron = "0 0 0 * * ? ") public void updateDoingPrice() { log.info("#质押奖励计算#"); try {