Parcourir la source

定时任务 、 出价相关接口修改

hr~ il y a 1 mois
Parent
commit
64816a03cf

+ 2 - 1
lot/src/main/java/cn/hobbystocks/auc/service/impl/BidServiceImpl.java

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