代码错误补充

This commit is contained in:
Chopper 2021-09-02 15:05:45 +08:00
parent 315ab4d132
commit 82d7ab1440

View File

@ -204,7 +204,7 @@ public class StockUpdateExecute implements OrderStatusChangeEvent {
cache.put(cacheKey, kanjiaActivityGoodsService.getKanJiaGoodsBySku(orderItem.getSkuId()).getStock().intValue());
return;
case POINTS_GOODS:
cache.put(cacheKey, pointsGoodsService.getPointsGoodsVOByMongo(orderItem.getSkuId()).dgetActiveStock().intValue());
cache.put(cacheKey, pointsGoodsService.getPointsGoodsVOByMongo(orderItem.getSkuId()).getActiveStock().intValue());
return;
case SECKILL:
case PINTUAN: