From 89d397b88a88004e73485a72ffb6e78c9e249b16 Mon Sep 17 00:00:00 2001 From: zainali5120 <512061637@qq.com> Date: Sat, 20 Feb 2021 17:02:56 +0800 Subject: [PATCH] ERC20同步方式完善 --- src/main/java/com/xcong/excoin/rabbit/pricequeue/WebsocketPriceService.java | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/xcong/excoin/rabbit/pricequeue/WebsocketPriceService.java b/src/main/java/com/xcong/excoin/rabbit/pricequeue/WebsocketPriceService.java index ff5c5df..ed20d89 100644 --- a/src/main/java/com/xcong/excoin/rabbit/pricequeue/WebsocketPriceService.java +++ b/src/main/java/com/xcong/excoin/rabbit/pricequeue/WebsocketPriceService.java @@ -314,6 +314,7 @@ String key = AppContants.WHOLE_BOMB_PREFIX + memberId; Map<Object, Object> value = redisUtils.hmget(key); if (MapUtil.isEmpty(value)) { + log.info("priceMap -- {}", priceMap); orderProducer.sendWholeBomb(content); contractHoldOrderDao.updateMemberAllHoldOrderClosingStatus(memberId); -- Gitblit v1.9.1