Commit ba22ef47 by ping.wu

新算价校验加购数量

parent a1cfbb73
...@@ -514,7 +514,10 @@ public class ShoppingCartNewServiceImpl implements ShoppingCartNewService { ...@@ -514,7 +514,10 @@ public class ShoppingCartNewServiceImpl implements ShoppingCartNewService {
, null //加价购商品 , null //加价购商品
, deliveryAmount , deliveryAmount
, null,bizType); , null,bizType);
//校验加购数量
if (discountResult != null) {
sendGoodsQtyCheckForUpdate(cartGoodsList, oldQty, appId, partnerId, userId, storeId, cartGoodsUid, "", shoppingCartBaseService, discountResult.getSendGoods(),bizType);
}
sharingCartService.distribute(discountResult sharingCartService.distribute(discountResult
, cartGoodsList , cartGoodsList
, shoppingCartGoodsResponseVo , shoppingCartGoodsResponseVo
......
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