From ebea673301f5f1ae47e69abcdfaadb2d581cbbae Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Wed, 25 Nov 2020 16:34:56 +0800 Subject: [PATCH] 20201125 --- src/main/java/com/xcong/excoin/rabbit/consumer/OperateOrderPriceConsumer.java | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/xcong/excoin/rabbit/consumer/OperateOrderPriceConsumer.java b/src/main/java/com/xcong/excoin/rabbit/consumer/OperateOrderPriceConsumer.java index 45ff0f7..6e98b44 100644 --- a/src/main/java/com/xcong/excoin/rabbit/consumer/OperateOrderPriceConsumer.java +++ b/src/main/java/com/xcong/excoin/rabbit/consumer/OperateOrderPriceConsumer.java @@ -17,7 +17,8 @@ * @author helius */ @Component -@ConditionalOnProperty(prefix = "app", name = "newest-price-update-job", havingValue = "true") +@Deprecated +@ConditionalOnProperty(prefix = "app", name = "newest-price-update-job-contract", havingValue = "true") public class OperateOrderPriceConsumer { -- Gitblit v1.9.1