代码错误补充
This commit is contained in:
parent
315ab4d132
commit
82d7ab1440
@ -204,7 +204,7 @@ public class StockUpdateExecute implements OrderStatusChangeEvent {
|
|||||||
cache.put(cacheKey, kanjiaActivityGoodsService.getKanJiaGoodsBySku(orderItem.getSkuId()).getStock().intValue());
|
cache.put(cacheKey, kanjiaActivityGoodsService.getKanJiaGoodsBySku(orderItem.getSkuId()).getStock().intValue());
|
||||||
return;
|
return;
|
||||||
case POINTS_GOODS:
|
case POINTS_GOODS:
|
||||||
cache.put(cacheKey, pointsGoodsService.getPointsGoodsVOByMongo(orderItem.getSkuId()).dgetActiveStock().intValue());
|
cache.put(cacheKey, pointsGoodsService.getPointsGoodsVOByMongo(orderItem.getSkuId()).getActiveStock().intValue());
|
||||||
return;
|
return;
|
||||||
case SECKILL:
|
case SECKILL:
|
||||||
case PINTUAN:
|
case PINTUAN:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user