xiaoyong931011
2022-03-21 f535a0928bbae73ead6c66da9ff091f8c5a13896
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 {