From 9ee5d996a6537121aad58c46adb066c82381fa1c Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Thu, 24 Feb 2022 15:31:58 +0800 Subject: [PATCH] 20222223 --- 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