src/main/java/com/xcong/excoin/quartz/job/ZhiyarRewardJob.java
@@ -2,6 +2,7 @@ import com.xcong.excoin.modules.coin.service.ZhiyaService; import lombok.extern.slf4j.Slf4j; import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty; import org.springframework.scheduling.annotation.Scheduled; import org.springframework.stereotype.Component; @@ -12,6 +13,7 @@ */ @Slf4j @Component @ConditionalOnProperty(prefix = "app", name = "other-job", havingValue = "true") public class ZhiyarRewardJob {