Skip to content

Commit

Permalink
Merge pull request gz-yami#3 from Brother-Dragon/patch-3
Browse files Browse the repository at this point in the history
Update SkuStockLockServiceImpl.java
  • Loading branch information
gz-yami authored Nov 23, 2021
2 parents d953cf7 + 51fd2f6 commit 7eff52a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ public void unlockStock(List<Long> orderIds) {
return;
}

List<SkuWithStockBO> allSkuWithStocks = skuStockLockMapper.listByOrderIds(orderIds);
List<SkuWithStockBO> allSkuWithStocks = skuStockLockMapper.listByOrderIds(needUnLockOrderId);
if (CollectionUtil.isEmpty(allSkuWithStocks)) {
return;
}
Expand Down

0 comments on commit 7eff52a

Please sign in to comment.