Commit 79fc253e by 周晓航

Merge branch 'ka-商品技术需求购物车不校验商品库存'

parents ca854274 b1b66cd8
...@@ -2362,7 +2362,7 @@ public class ShoppingCartNewServiceImpl implements ShoppingCartNewService { ...@@ -2362,7 +2362,7 @@ public class ShoppingCartNewServiceImpl implements ShoppingCartNewService {
private void commonItemVerfity(String channel, String partnerId, String storeId, List<Long> productIds, Integer qty){ private void commonItemVerfity(String channel, String partnerId, String storeId, List<Long> productIds, Integer qty){
GetProductStockRequestDto requestDto = new GetProductStockRequestDto(); GetProductStockRequestDto requestDto = new GetProductStockRequestDto();
requestDto.setChannel(BusinessTypeEnum.getByType(channel); requestDto.setChannel(channel);
requestDto.setPartnerId(partnerId); requestDto.setPartnerId(partnerId);
requestDto.setStoreId(storeId); requestDto.setStoreId(storeId);
requestDto.setProductIds(productIds); requestDto.setProductIds(productIds);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment