From 2399c728420a2f469f0ff344e114adc97d36676c Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Mon, 21 Mar 2022 11:09:04 +0800
Subject: [PATCH] 20222223

---
 src/main/java/com/xcong/excoin/quartz/job/ZhiyarRewardJob.java |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/java/com/xcong/excoin/quartz/job/ZhiyarRewardJob.java b/src/main/java/com/xcong/excoin/quartz/job/ZhiyarRewardJob.java
index 18dd0b9..ab84432 100644
--- a/src/main/java/com/xcong/excoin/quartz/job/ZhiyarRewardJob.java
+++ b/src/main/java/com/xcong/excoin/quartz/job/ZhiyarRewardJob.java
@@ -13,7 +13,7 @@
  */
 @Slf4j
 @Component
-@ConditionalOnProperty(prefix = "app", name = "newest-price-update-job", havingValue = "true")
+@ConditionalOnProperty(prefix = "app", name = "other-job", havingValue = "true")
 public class ZhiyarRewardJob {
 
 
@@ -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 {

--
Gitblit v1.9.1