From 1832b1100dca8f6c4ee66b1fd8bb8173a4ccb6b5 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Mon, 21 Mar 2022 11:41:21 +0800 Subject: [PATCH] 20222223 --- src/main/java/com/xcong/excoin/rabbit/consumer/OperateOrderPriceConsumer.java | 2 +- 1 files changed, 1 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 bfb2d92..45ff0f7 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,7 @@ * @author helius */ @Component -@ConditionalOnProperty(prefix = "app", name = "newest-price-update-job-contract", havingValue = "true") +@ConditionalOnProperty(prefix = "app", name = "newest-price-update-job", havingValue = "true") public class OperateOrderPriceConsumer { -- Gitblit v1.9.1