|
@@ -91,7 +91,8 @@ public class BidServiceImpl implements IBidService
|
|
|
live.getLot().setProperties(null);
|
|
live.getLot().setProperties(null);
|
|
|
redisCache.setCacheMapValue(String.format(Constants.REDIS_MAP_AUC_LOT_TEMPLATE, live.getLot().getAuctionId()), live.getLot().getId().toString(), live);
|
|
redisCache.setCacheMapValue(String.format(Constants.REDIS_MAP_AUC_LOT_TEMPLATE, live.getLot().getAuctionId()), live.getLot().getId().toString(), live);
|
|
|
// 这里发送 状态变更消息 其中同步内存中的缓存和发送IM消息给APP
|
|
// 这里发送 状态变更消息 其中同步内存中的缓存和发送IM消息给APP
|
|
|
- eventPublisher.publishChangeEvent(new ChangeEvent(live, null, bidList));
|
|
|
|
|
|
|
+ //TODO 异常问题
|
|
|
|
|
+// eventPublisher.publishChangeEvent(new ChangeEvent(live, null, bidList));
|
|
|
}else {
|
|
}else {
|
|
|
throw new AddPriceException(liveContext.getError());
|
|
throw new AddPriceException(liveContext.getError());
|
|
|
}
|
|
}
|