From 41fd8064b8c5e485b44e64a5ac91b2500536a6c3 Mon Sep 17 00:00:00 2001 From: huangxinlu Date: Wed, 20 Nov 2019 18:00:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=BC=80=E5=AE=9A=E6=97=B6=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../blockchain/server/databot/schedule/MatchScheduling.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/blockchain-server/blockchain-server-databot/src/main/java/com/blockchain/server/databot/schedule/MatchScheduling.java b/blockchain-server/blockchain-server-databot/src/main/java/com/blockchain/server/databot/schedule/MatchScheduling.java index 2ba66a1..26c5d69 100644 --- a/blockchain-server/blockchain-server-databot/src/main/java/com/blockchain/server/databot/schedule/MatchScheduling.java +++ b/blockchain-server/blockchain-server-databot/src/main/java/com/blockchain/server/databot/schedule/MatchScheduling.java @@ -13,11 +13,12 @@ import com.blockchain.server.databot.service.MatchConfigService; import com.blockchain.server.databot.service.MatchService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.scheduling.annotation.Scheduled; +import org.springframework.stereotype.Component; import java.math.BigDecimal; import java.util.List; -//@Component +@Component public class MatchScheduling { @Autowired