src/main/java/com/xcong/excoin/rabbit/consumer/RocBlockUpdateConsumer.java
@@ -21,12 +21,10 @@ /** * 用户修改止损止盈价格、提价限价委托、下单爆仓价等消息 * 后台打包开启 APP 不开启 * @author helius * ROC币种同步 */ @Component //@ConditionalOnProperty(prefix = "app", name = "newest-price-update-job-contract", havingValue = "true") @ConditionalOnProperty(prefix = "app", name = "block-job", havingValue = "true") public class RocBlockUpdateConsumer { @Resource