Skip to content

Commit

Permalink
解锁库存
Browse files Browse the repository at this point in the history
  • Loading branch information
Brother-Dragon committed Aug 10, 2021
1 parent 43318a1 commit 7dc2b18
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 7dc2b18

Please sign in to comment.